We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafd262 commit da17dd5Copy full SHA for da17dd5
app/code/Magento/Catalog/Model/Category/Attribute/Backend/Image.php
@@ -219,11 +219,10 @@ private function fileResidesOutsideCategoryDir($value)
219
*
220
* @param \Magento\Framework\DataObject $object
221
* @return \Magento\Catalog\Model\Category\Attribute\Backend\Image
222
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
223
*/
224
public function afterSave($object)
225
{
- parent::afterSave($object);
226
-
227
return $this;
228
}
229
0 commit comments