Skip to content
Prev Previous commit
Next Next commit
fix
  • Loading branch information
staabm committed Oct 29, 2025
commit 45a2a5be607aafb8bc12d74a3f9a2252e4afddab
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,7 @@ public function testBug13384cPrePhp82(): void
{
$this->reportTooWideBool = true;
$this->reportNestedTooWideType = true;
$this->analyse([__DIR__ . '/data/bug-13384c.php'], [
[
'Method Bug13384c\Bug13384c::doBarPhpdoc() never returns false so the return type can be changed to true.',
55,
],
[
'Method Bug13384c\Bug13384Static::doBarPhpdoc() never returns false so the return type can be changed to true.',
84,
],
]);
$this->analyse([__DIR__ . '/data/bug-13384c.php'], []);
}

public function testBug13384cOff(): void
Expand Down