We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d1e1c commit 3125412Copy full SHA for 3125412
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