Skip to content

Commit 113a942

Browse files
authored
Update phpstan baseline (#929)
1 parent 8bdc6c2 commit 113a942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan-baseline.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,13 @@ parameters:
355355
path: src/Form/DoctrineMongoDBTypeGuesser.php
356356

357357
-
358-
message: '#^Property Doctrine\\Bundle\\MongoDBBundle\\Form\\DoctrineMongoDBTypeGuesser\:\:\$cache \(array\<class\-string, array\{Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata, string\}\|null\>\) does not accept non\-empty\-array\<string, array\{Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata, string\}\|null\>\.$#'
358+
message: '#^Property Doctrine\\Bundle\\MongoDBBundle\\Form\\DoctrineMongoDBTypeGuesser\:\:\$cache \(array\<class\-string, array\{Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata, string\}\|null\>\) does not accept array\<class\-string, array\{Doctrine\\Persistence\\Mapping\\ClassMetadata\<object\>, string\}\|null\>\.$#'
359359
identifier: assign.propertyType
360360
count: 1
361361
path: src/Form/DoctrineMongoDBTypeGuesser.php
362362

363363
-
364-
message: '#^Property Doctrine\\Bundle\\MongoDBBundle\\Form\\DoctrineMongoDBTypeGuesser\:\:\$cache \(array\<class\-string, array\{Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata, string\}\|null\>\) does not accept non\-empty\-array\<string, array\{Doctrine\\Persistence\\Mapping\\ClassMetadata\<object\>, string\}\|null\>\.$#'
364+
message: '#^Property Doctrine\\Bundle\\MongoDBBundle\\Form\\DoctrineMongoDBTypeGuesser\:\:\$cache \(array\<class\-string, array\{Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata, string\}\|null\>\) does not accept non\-empty\-array\<string, array\{Doctrine\\ODM\\MongoDB\\Mapping\\ClassMetadata, string\}\|null\>\.$#'
365365
identifier: assign.propertyType
366366
count: 1
367367
path: src/Form/DoctrineMongoDBTypeGuesser.php

0 commit comments

Comments
 (0)