Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCoulbourne authored and github-actions[bot] committed Nov 22, 2023
1 parent 7fd4392 commit 2d06521
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Support/MethodFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ protected function expectsParameters(ReflectionMethod $method): bool

$direct_matches = $expected->intersect($this->types);


if ($direct_matches->isNotEmpty()) {
return true;
}
Expand All @@ -91,7 +90,7 @@ protected function expectsParameters(ReflectionMethod $method): bool
if ($interface_matches->isNotEmpty()) {
return true;
}

return false;
}

Expand Down

0 comments on commit 2d06521

Please sign in to comment.