Skip to content

Commit c9e2612

Browse files
committed
Update gnsr.php
1 parent 47b3bfd commit c9e2612

File tree

1 file changed

+1
-1
lines changed
  • tests/PHPStan/Analyser/Generator/data

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/Generator/data/gnsr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,6 @@ class MagicConstUser {
467467
function doFoo(): void {
468468
assertType('literal-string&non-falsy-string', __DIR__);
469469
assertType('literal-string&non-falsy-string', __FILE__);
470-
assertType('467', __LINE__);
470+
assertType('470', __LINE__);
471471
}
472472
}

0 commit comments

Comments
 (0)