Skip to content

Commit ac1f539

Browse files
committed
Fix after merge
1 parent 7a69822 commit ac1f539

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PHPStan/Rules/TooWideTypehints/TooWideMethodReturnTypehintRuleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ public function testAlwaysCheckFinal(bool $checkProtectedAndPublicMethods, array
192192
public function testBug11980(): void
193193
{
194194
$this->checkProtectedAndPublicMethods = true;
195-
$this->alwaysCheckFinal = true;
196195
$this->analyse([__DIR__ . '/data/bug-11980.php'], [
197196
[
198197
'Method Bug11980\Demo::process2() never returns void so it can be removed from the return type.',

0 commit comments

Comments
 (0)