|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: "#^Call to function method_exists\\(\\) with 'Doctrine\\\\\\\\ORM\\\\\\\\EntityManager' and 'create' will always evaluate to false\\.$#" |
| 5 | + count: 1 |
| 6 | + path: src/Doctrine/Mapping/ClassMetadataFactory.php |
| 7 | + |
| 8 | + - |
| 9 | + message: "#^Caught class Doctrine\\\\ORM\\\\ORMException not found\\.$#" |
| 10 | + count: 1 |
| 11 | + path: src/Type/Doctrine/CreateQueryDynamicReturnTypeExtension.php |
| 12 | + |
| 13 | + - |
| 14 | + message: "#^Class Doctrine\\\\DBAL\\\\Types\\\\ArrayType not found\\.$#" |
| 15 | + count: 1 |
| 16 | + path: src/Type/Doctrine/Descriptors/ArrayType.php |
| 17 | + |
| 18 | + - |
| 19 | + message: "#^Method PHPStan\\\\Type\\\\Doctrine\\\\Descriptors\\\\ArrayType\\:\\:getType\\(\\) should return class\\-string\\<Doctrine\\\\DBAL\\\\Types\\\\Type\\> but returns string\\.$#" |
| 20 | + count: 1 |
| 21 | + path: src/Type/Doctrine/Descriptors/ArrayType.php |
| 22 | + |
| 23 | + - |
| 24 | + message: "#^Class Doctrine\\\\DBAL\\\\Types\\\\ObjectType not found\\.$#" |
| 25 | + count: 1 |
| 26 | + path: src/Type/Doctrine/Descriptors/ObjectType.php |
| 27 | + |
| 28 | + - |
| 29 | + message: "#^Method PHPStan\\\\Type\\\\Doctrine\\\\Descriptors\\\\ObjectType\\:\\:getType\\(\\) should return class\\-string\\<Doctrine\\\\DBAL\\\\Types\\\\Type\\> but returns string\\.$#" |
| 30 | + count: 1 |
| 31 | + path: src/Type/Doctrine/Descriptors/ObjectType.php |
| 32 | + |
| 33 | + - |
| 34 | + message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#" |
| 35 | + count: 1 |
| 36 | + path: src/Type/Doctrine/Query/QueryResultTypeWalker.php |
| 37 | + |
| 38 | + - |
| 39 | + message: "#^Only booleans are allowed in \\|\\|, mixed given on the left side\\.$#" |
| 40 | + count: 2 |
| 41 | + path: src/Type/Doctrine/Query/QueryResultTypeWalker.php |
| 42 | + |
| 43 | + - |
| 44 | + message: "#^Caught class Doctrine\\\\ORM\\\\ORMException not found\\.$#" |
| 45 | + count: 1 |
| 46 | + path: src/Type/Doctrine/QueryBuilder/QueryBuilderGetQueryDynamicReturnTypeExtension.php |
| 47 | + |
| 48 | + - |
| 49 | + message: "#^Class Doctrine\\\\DBAL\\\\Types\\\\ArrayType not found\\.$#" |
| 50 | + count: 1 |
| 51 | + path: tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php |
| 52 | + |
| 53 | + - |
| 54 | + message: "#^Parameter \\#2 \\$className of static method Doctrine\\\\DBAL\\\\Types\\\\Type\\:\\:addType\\(\\) expects class\\-string\\<Doctrine\\\\DBAL\\\\Types\\\\Type\\>, string given\\.$#" |
| 55 | + count: 1 |
| 56 | + path: tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php |
0 commit comments