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 c1da4ec commit d8e4eeeCopy full SHA for d8e4eee
preload.php
@@ -26,7 +26,6 @@ function isPHPStanTestPreloaded(): bool
26
}
27
28
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node.php';
29
-// @todo to be deprecated
30
require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php';
31
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php';
32
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php';
0 commit comments