We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5f35a commit 7b4c17eCopy full SHA for 7b4c17e
src/Type/Symfony/MessengerHandleTraitDynamicReturnTypeExtension.php
@@ -35,7 +35,8 @@ public function getClass(): string
35
// todo or make it configurable with passing concrete classes names to extension config
36
// todo or use reflection somehow to get all classes that use HandleTrait and configure it dynamically
37
38
- return HandleTraitClass::class; // @phpstan-ignore-line todo temporarily hardcoded test class here
+ // todo temporarily hardcoded test class here
39
+ return HandleTraitClass::class;
40
}
41
42
public function isMethodSupported(MethodReflection $methodReflection): bool
0 commit comments