Skip to content

Commit c883045

Browse files
committed
Update CompactVariablesRuleTest.php
1 parent 10866c9 commit c883045

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/PHPStan/Rules/Variables/CompactVariablesRuleTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111
class CompactVariablesRuleTest extends RuleTestCase
1212
{
1313

14-
/** @var true */
15-
private bool $checkMaybeUndefinedVariables;
16-
1714
protected function getRule(): Rule
1815
{
19-
return new CompactVariablesRule($this->checkMaybeUndefinedVariables);
16+
return new CompactVariablesRule(true);
2017
}
2118

2219
public function testCompactVariables(): void

0 commit comments

Comments
 (0)