-
Notifications
You must be signed in to change notification settings - Fork 97
/
phpstan-baseline-dbal-3.neon
32 lines (26 loc) · 1.18 KB
/
phpstan-baseline-dbal-3.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
parameters:
ignoreErrors:
-
message: "#^Class Doctrine\\\\DBAL\\\\Platforms\\\\MySQLPlatform referenced with incorrect case\\: Doctrine\\\\DBAL\\\\Platforms\\\\MySqlPlatform\\.$#"
count: 3
path: src/Doctrine/Mapping/ClassMetadataFactory.php
-
message: "#^Caught class Doctrine\\\\DBAL\\\\DBALException not found\\.$#"
count: 1
path: src/Type/Doctrine/CreateQueryDynamicReturnTypeExtension.php
-
message: "#^Class Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement not found\\.$#"
count: 2
path: src/Type/Doctrine/DBAL/QueryBuilder/QueryBuilderExecuteMethodExtension.php
-
message: "#^Class Doctrine\\\\DBAL\\\\Types\\\\JsonArrayType not found\\.$#"
count: 1
path: src/Type/Doctrine/Descriptors/JsonArrayType.php
-
message: "#^Method PHPStan\\\\Type\\\\Doctrine\\\\Descriptors\\\\JsonArrayType\\:\\:getType\\(\\) should return class\\-string\\<Doctrine\\\\DBAL\\\\Types\\\\Type\\> but returns string\\.$#"
count: 1
path: src/Type/Doctrine/Descriptors/JsonArrayType.php
-
message: "#^Caught class Doctrine\\\\DBAL\\\\DBALException not found\\.$#"
count: 1
path: src/Type/Doctrine/QueryBuilder/QueryBuilderGetQueryDynamicReturnTypeExtension.php