Skip to content

Commit 458b040

Browse files
committed
Remove obsolete PHPStan ignore rules
1 parent 396636a commit 458b040

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

phpstan-dbal3.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,3 @@ parameters:
160160
-
161161
message: '~inferType.*never returns~'
162162
path: src/Query/ParameterTypeInferer.php
163-
164-
# Compatibility with Symfony 8
165-
-
166-
message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\VarExporter\\\\ProxyHelper'' and ''generateLazyGhost'' will always evaluate to true\.$#'
167-
path: src/Proxy/ProxyFactory.php

phpstan.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,3 @@ parameters:
5454
-
5555
message: '#Expression on left side of \?\? is not nullable.#'
5656
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\.$#'
61-
path: src/Proxy/ProxyFactory.php

0 commit comments

Comments
 (0)