We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70177a5 commit 12b94b6Copy full SHA for 12b94b6
1 file changed
tests/PHPStan/Rules/Arrays/data/bug-10345.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 1);
4
5
namespace Bug10345;
6
0 commit comments