Skip to content

Commit 0f50a89

Browse files
committed
Merge branch 'main' into 2.x-formatter-generic
2 parents 57d2b14 + c28fb7a commit 0f50a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/DrushIntegrationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ protected function getRule(): \PHPStan\Rules\Rule
1212
// @phpstan-ignore phpstanApi.constructor
1313
return new CallToNonExistentFunctionRule(
1414
$this->createReflectionProvider(),
15-
true
15+
true,
16+
true,
1617
);
1718
}
1819

0 commit comments

Comments
 (0)