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 d604418 commit 595848eCopy full SHA for 595848e
tests/PHPStan/Rules/Operators/data/bug-9386.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 1);
4
5
namespace Bug9386;
6
0 commit comments