Skip to content

Commit b48ca21

Browse files
committed
Remove ignored phpstan issues
1 parent a9c83f4 commit b48ca21

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ parameters:
119119
count: 2
120120
path: tests/Doctrine/ODM/MongoDB/Tests/Functional/InheritanceTest.php
121121

122-
-
123-
message: "#^Access to an undefined property Doctrine\\\\ODM\\\\MongoDB\\\\Tests\\\\Functional\\\\AbstractVersionBase\\:\\:\\$version\\.$#"
124-
count: 1
125-
path: tests/Doctrine/ODM/MongoDB/Tests/Functional/LockTest.php
126-
127122
-
128123
message: "#^Cannot access property \\$blogPosts on array\\|object\\.$#"
129124
count: 2
@@ -154,16 +149,6 @@ parameters:
154149
count: 1
155150
path: tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH267Test.php
156151

157-
-
158-
message: "#^Cannot assign offset '1' to Doctrine\\\\Common\\\\Collections\\\\ArrayCollection\\<int, mixed\\>\\.$#"
159-
count: 1
160-
path: tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH453Test.php
161-
162-
-
163-
message: "#^Cannot unset offset '1' on Doctrine\\\\Common\\\\Collections\\\\ArrayCollection\\<int, mixed\\>\\.$#"
164-
count: 1
165-
path: tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH453Test.php
166-
167152
-
168153
message: "#^Cannot access property \\$ref on array\\|object\\.$#"
169154
count: 2
@@ -209,11 +194,6 @@ parameters:
209194
count: 1
210195
path: tests/Doctrine/ODM/MongoDB/Tests/Mapping/ClassMetadataLoadEventTest.php
211196

212-
-
213-
message: "#^Access to an undefined property Doctrine\\\\ODM\\\\MongoDB\\\\Mapping\\\\ClassMetadata\\<Doctrine\\\\ODM\\\\MongoDB\\\\Tests\\\\Mapping\\\\ClassMetadataTest\\>\\:\\:\\$namespace\\.$#"
214-
count: 1
215-
path: tests/Doctrine/ODM/MongoDB/Tests/Mapping/ClassMetadataTest.php
216-
217197
-
218198
message: "#^Parameter \\#1 \\$primer of method Doctrine\\\\ODM\\\\MongoDB\\\\Query\\\\Builder\\:\\:prime\\(\\) expects bool\\|\\(callable\\(\\)\\: mixed\\), 1 given\\.$#"
219199
count: 1

0 commit comments

Comments
 (0)