Skip to content

Commit f7c3d5e

Browse files
committed
Fixed build
1 parent 18dc5ff commit f7c3d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/Doctrine/ORM/MagicRepositoryMethodCallRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected function getRule(): Rule
2020
$ruleLevelHelper = new RuleLevelHelper($broker, true, false, true);
2121
return new CallMethodsRule(
2222
$broker,
23-
new FunctionCallParametersCheck($ruleLevelHelper, true, true, true),
23+
new FunctionCallParametersCheck($ruleLevelHelper, true, true, true, true),
2424
$ruleLevelHelper,
2525
true,
2626
true

0 commit comments

Comments
 (0)