You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: phpstan-baseline.neon
+1-7
Original file line number
Diff line number
Diff line change
@@ -583,7 +583,7 @@ parameters:
583
583
path:src/EntityManager.php
584
584
585
585
-
586
-
message:'#^Method Doctrine\\ORM\\EntityManager\:\:getReference\(\) should return \(T of object\)\|null but returns Doctrine\\ORM\\Proxy\\InternalProxy\.$#'
586
+
message:'#^Method Doctrine\\ORM\\EntityManager\:\:getReference\(\) should return \(T of object\)\|null but returns object\.$#'
587
587
identifier:return.type
588
588
count:1
589
589
path:src/EntityManager.php
@@ -2322,12 +2322,6 @@ parameters:
2322
2322
count:1
2323
2323
path:src/Proxy/ProxyFactory.php
2324
2324
2325
-
-
2326
-
message:'#^Method Doctrine\\ORM\\Proxy\\ProxyFactory\:\:getProxy\(\) return type with generic interface Doctrine\\ORM\\Proxy\\InternalProxy does not specify its types\: T$#'
2327
-
identifier:missingType.generics
2328
-
count:1
2329
-
path:src/Proxy/ProxyFactory.php
2330
-
2331
2325
-
2332
2326
message:'#^Method Doctrine\\ORM\\Proxy\\ProxyFactory\:\:loadProxyClass\(\) has parameter \$class with generic interface Doctrine\\Persistence\\Mapping\\ClassMetadata but does not specify its types\: T$#'
0 commit comments