Skip to content

Commit

Permalink
SDK-2707: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Aug 4, 2023
1 parent 9f26006 commit 8cb233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/Visitor/AddPluginToPluginListVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ protected function isPluginAdded(Array_ $node): bool
*
* @return bool
*/
protected function isEqualArguments(ArrayItem $item): bool
protected function isEqualArguments(ArrayItem $item): bool
{
return (!$item->value->args && !count($this->classMetadataTransfer->getConstructorArguments())) ||

Check failure on line 538 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (7.4)

Access to an undefined property PhpParser\Node\Expr::$args.

Check failure on line 538 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (8.2)

Access to an undefined property PhpParser\Node\Expr::$args.

Check failure on line 538 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (7.4)

Access to an undefined property PhpParser\Node\Expr::$args.

Check failure on line 538 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (8.2)

Access to an undefined property PhpParser\Node\Expr::$args.
($item->value->args && $this->isArgumentEqual($item->value->args));

Check failure on line 539 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (7.4)

Access to an undefined property PhpParser\Node\Expr::$args.

Check failure on line 539 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (8.2)

Access to an undefined property PhpParser\Node\Expr::$args.

Check failure on line 539 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (7.4)

Access to an undefined property PhpParser\Node\Expr::$args.

Check failure on line 539 in src/Builder/Visitor/AddPluginToPluginListVisitor.php

View workflow job for this annotation

GitHub Actions / validation (8.2)

Access to an undefined property PhpParser\Node\Expr::$args.
Expand Down

0 comments on commit 8cb233a

Please sign in to comment.