Skip to content

Commit 56dd7ba

Browse files
committed
Fix
1 parent b623191 commit 56dd7ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</projectFiles>
1818
<issueHandlers>
1919
<MissingClassConstType errorLevel="suppress" />
20+
<DeprecatedMethod errorLevel="suppress" />
2021
</issueHandlers>
2122

2223
<plugins>

src/Plugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function __invoke(RegistrationInterface $registration, ?\SimpleXMLElement
5353

5454
if (class_exists(AnnotationRegistry::class)) {
5555
if (method_exists(AnnotationRegistry::class, 'registerLoader')) {
56-
/** @psalm-suppress DeprecatedMethod */
5756
AnnotationRegistry::registerLoader('class_exists');
5857
}
5958

0 commit comments

Comments
 (0)