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 98189a8 commit 2dc57b3Copy full SHA for 2dc57b3
tests/PHPStan/Analyser/Generator/data/gnsr.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.1
2
+
3
+declare(strict_types = 1);
4
5
namespace GeneratorNodeScopeResolverTest;
6
0 commit comments