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 a4f22c8 commit 5e07adaCopy full SHA for 5e07ada
tests/PHPStan/Analyser/nsrt/bug-13365.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 1);
4
5
namespace Bug13365;
6
tests/PHPStan/Analyser/nsrt/bug-13450.php
namespace Bug13450;
0 commit comments