Skip to content

Commit 0c9713a

Browse files
committed
ignoring phpstan error
1 parent 341e72c commit 0c9713a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Turbo/phpstan.neon.dist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@ parameters:
2525
message: "#^Property Symfony\\\\UX\\\\Turbo\\\\Doctrine\\\\BroadcastListener\\:\\:\\$annotationReader has unknown class Doctrine\\\\Common\\\\Annotations\\\\Reader as its type\\.$#"
2626
count: 1
2727
path: src/Doctrine/BroadcastListener.php
28+
29+
-
30+
message: "#^Class Symfony\\\\WebpackEncoreBundle\\\\Twig\\\\StimulusTwigExtension not found\\.$#"
31+
count: 2
32+
path: src/Bridge/Mercure/TurboStreamListenRenderer.php
33+
34+
-
35+
message: "#^Parameter \\$stimulus of method Symfony\\\\UX\\\\Turbo\\\\Bridge\\\\Mercure\\\\TurboStreamListenRenderer\\:\\:__construct\\(\\) has invalid type Symfony\\\\WebpackEncoreBundle\\\\Twig\\\\StimulusTwigExtension\\.$#"
36+
count: 1
37+
path: src/Bridge/Mercure/TurboStreamListenRenderer.php

0 commit comments

Comments
 (0)