File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ function isPHPStanTestPreloaded(): bool
7373
7474 return interface_exists(Node::class, false);
7575}
76-
7776CODE_SAMPLE;
7877
7978 /**
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ function isPHPStanTestPreloaded(): bool
2525 return interface_exists (Node::class, false );
2626}
2727
28-
2928require_once __DIR__ . '/../../../vendor/nikic/php-parser/lib/PhpParser/Node.php ' ;
3029require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php ' ;
3130require_once __DIR__ . '/../../../vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php ' ;
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ function isPHPStanTestPreloaded(): bool
2525 return interface_exists (Node::class, false );
2626}
2727
28-
2928require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node.php ' ;
3029require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php ' ;
3130require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php ' ;
You can’t perform that action at this time.
0 commit comments