Skip to content

Commit a538aa4

Browse files
phpstan-botstaabm
andcommitted
Fix bug-10040.php: put declare(strict_types) after lint comment
Co-authored-by: Markus Staab <staabm@users.noreply.github.com>
1 parent 2998d07 commit a538aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-10040.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?php declare(strict_types = 1); // lint >= 8.0
1+
// lint >= 8.0
2+
<?php declare(strict_types = 1);
23

34
namespace Bug10040;
45

0 commit comments

Comments
 (0)