We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b97398 commit 87aa01bCopy full SHA for 87aa01b
1 file changed
tests/PHPStan/Rules/Traits/data/bug-11088.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types=1);
+<?php // lint >= 8.2
2
+
3
+declare(strict_types=1);
4
5
namespace Bug11088;
6
0 commit comments