We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8be8dd + 3125412 commit 8c1292dCopy full SHA for 8c1292d
tests/PHPStan/Rules/Pure/data/bug-14504-method.php
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types = 1);
+<?php // lint >= 8.0
2
+
3
+declare(strict_types = 1);
4
5
namespace Bug14504Method;
6
0 commit comments