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
- '~^(Used )?(Function|Constant) sasql_\S+ not found\.\z~i'
@@ -44,3 +49,11 @@ parameters:
44
49
45
50
# weird class name, doesn't exist in stubs either
46
51
- '~unknown class OCI-(Lob|Collection)~'
52
+
53
+
# impossible inference for covariance
54
+
- '~^Property Doctrine\\Tests\\DBAL\\Types\\\S+Test::\$type \(Doctrine\\DBAL\\Types\\\S+Type\) does not accept Doctrine\\DBAL\\Types\\Type\.\z~'
55
+
- '~^Property Doctrine\\Tests\\DBAL\\Tools\\Console\\RunSqlCommandTest::\$command \(Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand\) does not accept Symfony\\Component\\Console\\Command\\Command\.\z~'
0 commit comments