Skip to content

Commit 08c50b2

Browse files
committed
Update baseline file
1 parent f0a1f71 commit 08c50b2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ parameters:
175175
count: 1
176176
path: src/Entity/Post.php
177177

178-
-
179-
message: "#^Parameter \\$repositoryClass of attribute class Doctrine\\\\ORM\\\\Mapping\\\\Entity constructor expects class\\-string\\<Doctrine\\\\ORM\\\\EntityRepository\\<T of object\\>\\>\\|null, 'App\\\\\\\\Repository\\\\\\\\PostRepository' given\\.$#"
180-
count: 1
181-
path: src/Entity/Post.php
182-
183178
-
184179
message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$comments with generic interface Doctrine\\\\Common\\\\Collections\\\\Collection does not specify its types\\: TKey, T$#"
185180
count: 1
@@ -220,11 +215,6 @@ parameters:
220215
count: 1
221216
path: src/Entity/User.php
222217

223-
-
224-
message: "#^Parameter \\$repositoryClass of attribute class Doctrine\\\\ORM\\\\Mapping\\\\Entity constructor expects class\\-string\\<Doctrine\\\\ORM\\\\EntityRepository\\<T of object\\>\\>\\|null, 'App\\\\\\\\Repository\\\\\\\\UserRepository' given\\.$#"
225-
count: 1
226-
path: src/Entity/User.php
227-
228218
-
229219
message: "#^Property App\\\\Entity\\\\User\\:\\:\\$roles type has no value type specified in iterable type array\\.$#"
230220
count: 1

0 commit comments

Comments
 (0)