Skip to content

Commit 39e55e1

Browse files
committed
Update phpstan-baseline-dbal-4.neon
1 parent 126f135 commit 39e55e1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

phpstan-baseline-dbal-4.neon

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,28 @@ parameters:
189189
identifier: new.deprecatedClass
190190
count: 1
191191
path: tests/Type/Doctrine/DBAL/pdo.php
192+
193+
-
194+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailed().'
195+
identifier: staticMethod.notFound
196+
count: 2
197+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUlidType.php
198+
199+
-
200+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().'
201+
identifier: staticMethod.notFound
202+
count: 2
203+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUlidType.php
204+
205+
-
206+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailed().'
207+
identifier: staticMethod.notFound
208+
count: 2
209+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
210+
211+
-
212+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().'
213+
identifier: staticMethod.notFound
214+
count: 2
215+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
216+

0 commit comments

Comments
 (0)