Skip to content

Commit

Permalink
Merge pull request #439 from gnutix/patch-1
Browse files Browse the repository at this point in the history
Ignore PHPStan annotation @readonly
  • Loading branch information
greg0ire committed Jul 1, 2022
2 parents 2f24477 + 296911c commit e7e2aa9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -147,6 +147,7 @@ final class ImplicitlyIgnoredAnnotationNames
// PHPStan, Psalm
'extends' => true,
'implements' => true,
'readonly' => true,
'template' => true,
'use' => true,

Expand Down

0 comments on commit e7e2aa9

Please sign in to comment.