Skip to content

Commit 6a4c4d8

Browse files
committed
fixup! AssertEqualsIsDiscouragedRule
1 parent ce9a314 commit 6a4c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/PHPUnit/AssertEqualsIsDiscouragedRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protected function getRule(): Rule
1212
return new AssertEqualsIsDiscouragedRule();
1313
}
1414

15-
public function testRule()
15+
public function testRule(): void
1616
{
1717
$this->analyse([__DIR__ . '/data/assert-equals-is-discouraged.php'], [
1818
[

0 commit comments

Comments
 (0)