Skip to content

Commit

Permalink
Fixed MethodReflection::createFromMethodName() static analysis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 8, 2024
1 parent e4f325d commit ebc7924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MethodReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(
}

/**
* @psalm-suppress MethodSignatureMismatch
* @psalm-suppress MethodSignatureMismatch, UnusedPsalmSuppress, UnusedParam
*/
public static function createFromMethodName(string $method): static
{
Expand Down

0 comments on commit ebc7924

Please sign in to comment.