Skip to content

Commit 3e4428e

Browse files
committed
fix(phpstan): fix annotation
1 parent 371aad7 commit 3e4428e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ExampleTest extends \Codeception\Test\Unit
1212
// tests
1313
public function testSomeFeature(): void
1414
{
15-
/** @phpstan-ignore method.alreadyNarrowedType */
15+
/** @phpstan-ignore-next-line method.alreadyNarrowedType */
1616
self::assertTrue(true);
1717
}
1818
}

0 commit comments

Comments
 (0)