Skip to content

Commit 9a15328

Browse files
committed
Remove unnecessary PHPStan error handlings
1 parent d35bc14 commit 9a15328

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

phpstan-config.neon

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,3 @@ parameters:
1010
-
1111
message: '#^Unsafe usage of new static\(\)\.$#'
1212
path: Form/Step.php
13-
# TODO remove as soon as Doctrine DBAL >= 2.13.1 is required
14-
-
15-
message: """
16-
#^Call to deprecated method execute\\(\\) of class Doctrine\\\\DBAL\\\\Query\\\\QueryBuilder\\:
17-
Use \\{@see executeQuery\\(\\)\\} or \\{@see executeStatement\\(\\)\\} instead\\.$#
18-
"""
19-
path: Storage/DoctrineStorage.php
20-
# TODO remove as soon as Doctrine DBAL >= 3.0 is required
21-
-
22-
message: '#^Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Result\|int\|string\.$#'
23-
path: Storage/DoctrineStorage.php
24-
# TODO remove as soon as Doctrine DBAL >= 3.1 is required
25-
-
26-
message: "#^Call to function method_exists\\(\\) with Doctrine\\\\DBAL\\\\Connection and 'createSchemaManager' will always evaluate to true\\.$#"
27-
path: Storage/DoctrineStorage.php
28-
# TODO remove as soon as Doctrine DBAL >= 3.1 is required
29-
-
30-
message: """
31-
#^Call to deprecated method getSchemaManager\\(\\) of class Doctrine\\\\DBAL\\\\Connection\\:
32-
Use \\{@see createSchemaManager\\(\\)\\} instead\\.$#
33-
"""
34-
path: Storage/DoctrineStorage.php

0 commit comments

Comments
 (0)