Skip to content

Commit 7a676b6

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

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

phpstan-baseline-dbal-4.neon

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,35 @@ parameters:
214214
count: 2
215215
path: tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
216216

217+
-
218+
rawMessage: '''
219+
Access to constant on deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
220+
This class will be removed in 3.0 without replacement.
221+
Copyright (c) Doctrine Project
222+
From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
223+
'''
224+
identifier: classConstant.deprecatedClass
225+
count: 1
226+
path: src/Doctrine/Mapping/ClassMetadataFactory.php
227+
228+
-
229+
rawMessage: '''
230+
Call to method __construct() of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
231+
This class will be removed in 3.0 without replacement.
232+
Copyright (c) Doctrine Project
233+
From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
234+
'''
235+
identifier: method.deprecatedClass
236+
count: 1
237+
path: src/Doctrine/Mapping/ClassMetadataFactory.php
238+
239+
-
240+
rawMessage: '''
241+
Instantiation of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
242+
This class will be removed in 3.0 without replacement.
243+
Copyright (c) Doctrine Project
244+
From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
245+
'''
246+
identifier: new.deprecatedClass
247+
count: 1
248+
path: src/Doctrine/Mapping/ClassMetadataFactory.php

0 commit comments

Comments
 (0)