Skip to content

Commit cc3b241

Browse files
committed
Update PureFunctionRuleTest.php
1 parent 7f0871c commit cc3b241

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/PHPStan/Rules/Pure/PureFunctionRuleTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ public function testRule(): void
108108
'Impure call to function array_push() in pure function PureFunction\bug13288().',
109109
171,
110110
],
111+
[
112+
'Impure call to function array_push() in pure function PureFunction\bug13288().',
113+
175,
114+
],
115+
[
116+
'Impure call to function array_push() in pure function PureFunction\bug13288().',
117+
182,
118+
],
111119
]);
112120
}
113121

0 commit comments

Comments
 (0)