File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
MediaStorage/Model/File/Storage/Database Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ public function unsetData($key = null)
222
222
* Get collection instance
223
223
*
224
224
* @return \Magento\Catalog\Model\ResourceModel\Collection\AbstractCollection
225
- * @deprecated 100.2.0 because collections should be used directly via factory
225
+ * @deprecated because collections should be used directly via factory
226
226
*/
227
227
public function getResourceCollection ()
228
228
{
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ public function getStoreId()
501
501
* Get collection instance
502
502
*
503
503
* @return object
504
- * @deprecated 100.2.0 because collections should be used directly via factory
504
+ * @deprecated because collections should be used directly via factory
505
505
*/
506
506
public function getResourceCollection ()
507
507
{
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public function getConfigConnectionName()
95
95
* Get resource instance
96
96
*
97
97
* @return \Magento\Framework\Model\ResourceModel\AbstractResource
98
- * @deprecated 100.2.0 because resource models should be used directly
98
+ * @deprecated because resource models should be used directly
99
99
*/
100
100
protected function _getResource ()
101
101
{
You can’t perform that action at this time.
0 commit comments