Skip to content

Commit 84ca28b

Browse files
committed
remove not needed code standards ignore
1 parent 53b60ce commit 84ca28b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/Magento/Framework/Data/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,7 @@ public function walk($callback, array $args = [])
510510
$cb = $callback;
511511
array_unshift($params, $item);
512512
}
513-
//@codingStandardsIgnoreStart
514513
$results[$id] = call_user_func_array($cb, $params);
515-
//@codingStandardsIgnoreEnd
516514
}
517515
return $results;
518516
}

0 commit comments

Comments
 (0)