Skip to content

Commit

Permalink
SDK-2707: updated composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Aug 2, 2023
1 parent 2ec6dda commit fa0a843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Builder/Visitor/AddPluginToPluginListVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ protected function addNewPlugin(Array_ $node): Node
protected function getPluginList(Node $node): array
{
$plugins = [];

foreach ($node->items as $item) {
if ($item === null || !($item->value instanceof New_)) {
continue;
Expand Down

0 comments on commit fa0a843

Please sign in to comment.