You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@ parameters:
2
2
ignoreErrors:
3
3
-
4
4
identifier:trait.unused
5
+
6
+
-
7
+
message:'#^Call to method scalarNode\(\) on an unknown class Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder\<Symfony\\Component\\Config\\Definition\\Builder\\ArrayNodeDefinition\>\.$#'
8
+
identifier:class.notFound
9
+
count:1
10
+
path:src/DependencyInjection/Configuration.php
11
+
12
+
-
13
+
message:'#^Cannot call method defaultValue\(\) on mixed\.$#'
14
+
identifier:method.nonObject
15
+
count:1
16
+
path:src/DependencyInjection/Configuration.php
17
+
18
+
-
19
+
message:'#^Cannot call method end\(\) on mixed\.$#'
20
+
identifier:method.nonObject
21
+
count:2
22
+
path:src/DependencyInjection/Configuration.php
23
+
24
+
-
25
+
message:'#^Method Speicher210\\FunctionalTestBundle\\DependencyInjection\\Configuration\:\:getConfigTreeBuilder\(\) return type with generic class Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder does not specify its types\: T$#'
26
+
identifier:missingType.generics
27
+
count:1
28
+
path:src/DependencyInjection/Configuration.php
29
+
5
30
-
6
31
message:'#^Parameter \#1 \$string of function Psl\\Str\\trim expects string, mixed given\.$#'
7
32
identifier:argument.type
@@ -67,3 +92,9 @@ parameters:
67
92
identifier:argument.type
68
93
count:1
69
94
path:src/Test/bootstrap.php
95
+
96
+
-
97
+
message:'#^Call to function method_exists\(\) with Doctrine\\ORM\\Configuration and ''enableNativeLazyObj…'' will always evaluate to true\.$#'
0 commit comments