Skip to content

Commit

Permalink
Solve build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 29, 2022
1 parent 9b153b5 commit 933c0f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/ignore-by-php-version.neon.php
Expand Up @@ -13,6 +13,7 @@
$includes[] = __DIR__ . '/baseline-8.1.neon';
} else {
$includes[] = __DIR__ . '/enums.neon';
$includes[] = __DIR__ . '/readonly-property.neon';
}

if (PHP_VERSION_ID >= 70400) {
Expand Down
3 changes: 3 additions & 0 deletions build/readonly-property.neon
@@ -0,0 +1,3 @@
parameters:
excludePaths:
- ../tests/PHPStan/Rules/Properties/MissingReadOnlyPropertyAssignRuleTest.php

0 comments on commit 933c0f0

Please sign in to comment.