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 4a7c1d9 commit cd0b962Copy full SHA for cd0b962
tests/PHPStan/Analyser/nsrt/bug-13270a.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 1);
4
5
namespace Bug13270a;
6
0 commit comments