Skip to content

Commit 17c85e2

Browse files
authored
Remove redundant ignore error for PhpStan (#118)
1 parent dd2852b commit 17c85e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ parameters:
22
level: 4
33
paths:
44
- src
5-
ignoreErrors:
6-
-
7-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:beforeNormalization\\(\\)\\.$#"
8-
count: 1
9-
path: src/DependencyInjection/TailwindExtension.php

0 commit comments

Comments
 (0)