Skip to content

Commit 363e196

Browse files
phpstan-botondrejmirtes
authored andcommitted
Update baselines
1 parent 6037f78 commit 363e196

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

e2e/integration/doctrine-orm-baseline.neon

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,50 +12,20 @@ parameters:
1212
count: 1
1313
path: repo/src/Internal/Hydration/AbstractHydrator.php
1414

15-
-
16-
message: '#^Cannot unset property Doctrine\\ORM\\Internal\\Hydration\\AbstractHydrator\:\:\$hints because it might have hooks in a subclass\.$#'
17-
identifier: unset.possiblyHookedProperty
18-
count: 1
19-
path: repo/src/Internal/Hydration/ObjectHydrator.php
20-
21-
-
22-
message: '#^Cannot unset property Doctrine\\ORM\\Mapping\\ClassMetadata\:\:\$columnNames because it might have hooks in a subclass\.$#'
23-
identifier: unset.possiblyHookedProperty
24-
count: 1
25-
path: repo/src/Mapping/ClassMetadata.php
26-
27-
-
28-
message: '#^Cannot unset property Doctrine\\ORM\\Mapping\\ClassMetadata\:\:\$fieldMappings because it might have hooks in a subclass\.$#'
29-
identifier: unset.possiblyHookedProperty
30-
count: 1
31-
path: repo/src/Mapping/ClassMetadata.php
32-
33-
-
34-
message: '#^Cannot unset property Doctrine\\ORM\\Mapping\\ClassMetadata\:\:\$fieldNames because it might have hooks in a subclass\.$#'
35-
identifier: unset.possiblyHookedProperty
36-
count: 1
37-
path: repo/src/Mapping/ClassMetadata.php
38-
3915
-
4016
message: '#^Template type T is declared as covariant, but occurs in invariant position in return type of method Doctrine\\ORM\\Mapping\\ClassMetadata\:\:getReflectionClass\(\)\.$#'
4117
identifier: generics.variance
4218
count: 1
4319
path: repo/src/Mapping/ClassMetadata.php
4420

4521
-
46-
message: '#^Cannot unset property Doctrine\\ORM\\Persisters\\Entity\\BasicEntityPersister\:\:\$queuedInserts because it might have hooks in a subclass\.$#'
47-
identifier: unset.possiblyHookedProperty
48-
count: 1
49-
path: repo/src/Persisters/Entity/BasicEntityPersister.php
50-
51-
-
52-
message: '#^Cannot unset property Doctrine\\ORM\\Query\\AST\\SelectClause\:\:\$selectExpressions because it might have hooks in a subclass\.$#'
53-
identifier: unset.possiblyHookedProperty
22+
message: '#^Call to function assert\(\) with true will always evaluate to true\.$#'
23+
identifier: function.alreadyNarrowedType
5424
count: 1
55-
path: repo/src/Query/Parser.php
25+
path: repo/src/Mapping/Driver/XmlDriver.php
5626

5727
-
58-
message: '#^Cannot unset property Doctrine\\ORM\\Mapping\\ClassMetadata\:\:\$associationMappings because it might have hooks in a subclass\.$#'
59-
identifier: unset.possiblyHookedProperty
28+
message: '#^Instanceof between SimpleXMLElement and SimpleXMLElement will always evaluate to true\.$#'
29+
identifier: instanceof.alwaysTrue
6030
count: 1
61-
path: repo/src/Tools/ResolveTargetEntityListener.php
31+
path: repo/src/Mapping/Driver/XmlDriver.php

0 commit comments

Comments
 (0)