Skip to content

Commit

Permalink
Merge pull request #171 from boesing/dependabot/composer/vimeo/psalm-…
Browse files Browse the repository at this point in the history
…5.9.0

build(deps): bump vimeo/psalm from 5.8.0 to 5.9.0
  • Loading branch information
boesing authored Apr 6, 2023
2 parents db99c9c + ee4db68 commit 61a76c7
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 72 deletions.
189 changes: 118 additions & 71 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/EventHandler/UnnecessaryFunctionCallValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public static function afterEveryFunctionCallAnalysis(AfterEveryFunctionCallAnal
return;
}

Assert::isNonEmptyList($arguments);
Assert::allIsInstanceOf($arguments, Arg::class);
Assert::isNonEmptyList($arguments);

$context = $event->getContext();
$statementsSource = $event->getStatementsSource();
Expand Down

0 comments on commit 61a76c7

Please sign in to comment.