Skip to content

Commit

Permalink
fix for PHPStan 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Nov 29, 2024
1 parent 1f7fff6 commit 12b4b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class ExampleTest extends TestCase
*/
public function test_that_true_is_true(): void
{
$this->assertTrue(true);
$this->assertTrue(true); // @phpstan-ignore method.alreadyNarrowedType
}
}

0 comments on commit 12b4b47

Please sign in to comment.