Skip to content

Commit 9ff8926

Browse files
committed
fixup! Add MemoizationPropertyRule
1 parent a6e5cd5 commit 9ff8926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Build/MemoizationPropertyRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function testRule(): void
3131
]);
3232
}
3333

34+
#[RequiresPhp('>= 8.0')]
3435
public function testFix(): void
3536
{
3637
$this->fix(__DIR__ . '/data/memoization-property.php', __DIR__ . '/data/memoization-property.php.fixed');

0 commit comments

Comments
 (0)