Skip to content

Commit

Permalink
Apply a workaround for the psalm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jun 30, 2021
1 parent 8143d71 commit 81bc799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Annotation/InvalidAnnotationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

use PHPUnit\Framework\Exception;

/** @psalm-suppress InternalMethod */
final class InvalidAnnotationException extends Exception
{
public static function unknownName(string $name) : self
Expand Down

0 comments on commit 81bc799

Please sign in to comment.