Skip to content

Commit 81bc799

Browse files
committed
Apply a workaround for the psalm bug
See vimeo/psalm#6009
1 parent 8143d71 commit 81bc799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Annotation/InvalidAnnotationException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use PHPUnit\Framework\Exception;
1717

18+
/** @psalm-suppress InternalMethod */
1819
final class InvalidAnnotationException extends Exception
1920
{
2021
public static function unknownName(string $name) : self

0 commit comments

Comments
 (0)