Skip to content

Commit

Permalink
ignore code for PHPStan 1.10 linter
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 18, 2024
1 parent da7b114 commit db0f8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Sniffs/Keywords/ReservedSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
final class ReservedSniff extends SniffAbstract
{
// Reserved for future usage in next CompatInfo versions
private KeywordBag $softReserved;
private KeywordBag $softReserved; // @phpstan-ignore-line

private function initialize(): void
{
Expand Down

0 comments on commit db0f8ae

Please sign in to comment.