There was an error while loading. Please reload this page.
1 parent 926d7d8 commit 86ce2fdCopy full SHA for 86ce2fd
1 file changed
tests/Visitor/PropertyHookInjectorTest.php
@@ -2,7 +2,9 @@
2
3
declare(strict_types=1);
4
5
-namespace TypePHP\Tests\Unit\Visitor;
+if (PHP_VERSION_ID < 80400) {
6
+ return;
7
+}
8
9
use PhpParser\Node;
10
use TypePHP\Internal\Visitor\PropertyHookInjector;
0 commit comments