We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0065209 commit 9c4e11cCopy full SHA for 9c4e11c
1 file changed
tests/PHPStan/Analyser/data/pr-5880.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 1);
4
5
namespace PR5880EndlessRecursion;
6
0 commit comments