Skip to content

Commit d070aa9

Browse files
committed
Regenerate baseline
1 parent f8359a0 commit d070aa9

File tree

2 files changed

+208
-122
lines changed

2 files changed

+208
-122
lines changed

phpstan-baseline-dbal-4.neon

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,59 @@ parameters:
3030
count: 1
3131
path: src/Type/Doctrine/Query/QueryResultTypeWalker.php
3232

33+
-
34+
rawMessage: '''
35+
Access to constant on deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
36+
This class will be removed in 3.0 without replacement.
37+
Copyright (c) Doctrine Project
38+
From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
39+
'''
40+
identifier: classConstant.deprecatedClass
41+
count: 1
42+
path: src/Doctrine/Mapping/ClassMetadataFactory.php
43+
44+
-
45+
rawMessage: '''
46+
Call to method __construct() of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
47+
This class will be removed in 3.0 without replacement.
48+
Copyright (c) Doctrine Project
49+
From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
50+
'''
51+
identifier: method.deprecatedClass
52+
count: 1
53+
path: src/Doctrine/Mapping/ClassMetadataFactory.php
54+
55+
-
56+
rawMessage: '''
57+
Instantiation of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
58+
This class will be removed in 3.0 without replacement.
59+
Copyright (c) Doctrine Project
60+
From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
61+
'''
62+
identifier: new.deprecatedClass
63+
count: 1
64+
path: src/Doctrine/Mapping/ClassMetadataFactory.php
3365

66+
-
67+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailed().'
68+
identifier: staticMethod.notFound
69+
count: 2
70+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUlidType.php
71+
72+
-
73+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().'
74+
identifier: staticMethod.notFound
75+
count: 2
76+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUlidType.php
77+
78+
-
79+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailed().'
80+
identifier: staticMethod.notFound
81+
count: 2
82+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
83+
84+
-
85+
rawMessage: 'Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().'
86+
identifier: staticMethod.notFound
87+
count: 2
88+
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php

0 commit comments

Comments
 (0)