Skip to content

Commit 20f23c9

Browse files
canvuralondrejmirtes
authored andcommitted
fix code review comments 2
1 parent a800264 commit 20f23c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rules.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ rules:
1111
- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
1212
- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
1313
- PHPStan\Rules\PHPUnit\MockMethodCallRule
14-
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule

tests/Rules/PHPUnit/ShouldCallParentMethodsRuleTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ public function testRule(): void
2121
[
2222
'Missing call to parent::setUp() method.',
2323
32,
24-
],[
24+
],
25+
[
2526
'Missing call to parent::setUp() method.',
2627
55,
2728
],

0 commit comments

Comments
 (0)