We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b3bfd commit c9e2612Copy full SHA for c9e2612
tests/PHPStan/Analyser/Generator/data/gnsr.php
@@ -467,6 +467,6 @@ class MagicConstUser {
467
function doFoo(): void {
468
assertType('literal-string&non-falsy-string', __DIR__);
469
assertType('literal-string&non-falsy-string', __FILE__);
470
- assertType('467', __LINE__);
+ assertType('470', __LINE__);
471
}
472
0 commit comments