Skip to content

Commit

Permalink
phpstan fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Nowak authored and bnowak committed Oct 15, 2024
1 parent fc5f35a commit 7b4c17e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public function getClass(): string
// todo or make it configurable with passing concrete classes names to extension config
// todo or use reflection somehow to get all classes that use HandleTrait and configure it dynamically

return HandleTraitClass::class; // @phpstan-ignore-line todo temporarily hardcoded test class here
// todo temporarily hardcoded test class here
return HandleTraitClass::class;
}

public function isMethodSupported(MethodReflection $methodReflection): bool
Expand Down

0 comments on commit 7b4c17e

Please sign in to comment.