Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /