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-dbal3.neon
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,3 @@ parameters:
149
149
-
150
150
message:'~inferType.*never returns~'
151
151
path:src/Query/ParameterTypeInferer.php
152
-
153
-
# Compatibility with Symfony 8
154
-
-
155
-
message:'#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\VarExporter\\\\ProxyHelper'' and ''generateLazyGhost'' will always evaluate to true\.$#'
Copy file name to clipboardExpand all lines: phpstan.neon
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ parameters:
12
12
message:'~^Match expression does not handle remaining values:~'
13
13
path:src/Utility/PersisterHelper.php
14
14
15
-
# The return type is already narrow enough.
16
-
- '~^Method Doctrine\\ORM\\Query\\ParameterTypeInferer\:\:inferType\(\) never returns ''[a-z_]+'' so it can be removed from the return type\.$~'
17
-
- '~^Method Doctrine\\ORM\\Query\\ParameterTypeInferer\:\:inferType\(\) never returns Doctrine\\DBAL\\(?:Array)?ParameterType\:\:[A-Z_]+ so it can be removed from the return type\.$~'
18
-
19
15
# DBAL 4 compatibility
20
16
-
21
17
message:'~^Method Doctrine\\ORM\\Query\\AST\\Functions\\TrimFunction::getTrimMode\(\) never returns .* so it can be removed from the return type\.$~'
@@ -54,8 +50,3 @@ parameters:
54
50
-
55
51
message:'#Expression on left side of \?\? is not nullable.#'
56
52
path:src/Mapping/Driver/AttributeDriver.php
57
-
58
-
# Compatibility with Symfony 8
59
-
-
60
-
message:'#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\VarExporter\\\\ProxyHelper'' and ''generateLazyGhost'' will always evaluate to true\.$#'
0 commit comments