Skip to content

Commit 3e6426c

Browse files
committed
Discard changes to tests/PHPStan/Rules/Functions/ReturnTypeRuleTest.php
1 parent da08c77 commit 3e6426c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/PHPStan/Rules/Functions/ReturnTypeRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,4 @@ public function testBug9401(): void
370370
]);
371371
}
372372

373-
public function testBug7076(): void
374-
{
375-
$this->checkExplicitMixed = true;
376-
$this->checkNullables = true;
377-
378-
$this->analyse([__DIR__ . '/data/bug-7076.php'], []);
379-
}
380-
381373
}

0 commit comments

Comments
 (0)