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 04965cf commit 6c33550Copy full SHA for 6c33550
app/code/Magento/Catalog/Model/Resource/Category.php
@@ -224,6 +224,7 @@ public function deleteChildren(\Magento\Framework\Object $object)
224
* @param \Magento\Framework\Object $object
225
* @return $this
226
* @SuppressWarnings(PHPMD.NPathComplexity)
227
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
228
*/
229
protected function _beforeSave(\Magento\Framework\Object $object)
230
{
0 commit comments