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 72ad9be commit a3bd70aCopy full SHA for a3bd70a
tests/PHPStan/Analyser/nsrt/bug-8922-php74.php
@@ -1,4 +1,4 @@
1
-<?php declare(strict_types = 1); // lint < 8.0
+<?php // lint < 8.0
2
3
namespace Bug8922PHP74;
4
tests/PHPStan/Analyser/nsrt/bug-8922.php
-<?php declare(strict_types = 1); // lint >= 8.0
+<?php // lint >= 8.0
namespace Bug8922;
0 commit comments