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 80ddbee commit b2a27a8Copy full SHA for b2a27a8
tests/PHPStan/Analyser/nsrt/bug-12393b.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 0);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 0);
4
5
namespace Bug12393b;
6
0 commit comments