Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 9, 2022
1 parent 2bfcd3a commit 2168d3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/NodeTypeResolver/TypeAnalyzer/MethodTypeAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function __construct(

/**
* @param class-string $expectedClass
* @param non-empty-string $expectedMethod
*/
public function isCallTo(MethodCall $methodCall, string $expectedClass, string $expectedMethod): bool
{
Expand All @@ -31,9 +30,6 @@ public function isCallTo(MethodCall $methodCall, string $expectedClass, string $
return $this->isInstanceOf($methodCall->var, $expectedClass);
}

/**
* @param non-empty-string $expectedName
*/
private function isMethodName(MethodCall $methodCall, string $expectedName): bool
{
if (
Expand Down

0 comments on commit 2168d3a

Please sign in to comment.