Skip to content

Commit 7b4c17e

Browse files
Bartłomiej Nowakbnowak
Bartłomiej Nowak
authored andcommitted
phpstan fix 2
1 parent fc5f35a commit 7b4c17e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Type/Symfony/MessengerHandleTraitDynamicReturnTypeExtension.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public function getClass(): string
3535
// todo or make it configurable with passing concrete classes names to extension config
3636
// todo or use reflection somehow to get all classes that use HandleTrait and configure it dynamically
3737

38-
return HandleTraitClass::class; // @phpstan-ignore-line todo temporarily hardcoded test class here
38+
// todo temporarily hardcoded test class here
39+
return HandleTraitClass::class;
3940
}
4041

4142
public function isMethodSupported(MethodReflection $methodReflection): bool

0 commit comments

Comments
 (0)