mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
c7ada124d0
Conflicts: test/PhpParser/ParserFactoryTest.php test/PhpParser/ParserTest.php
7 lines
169 B
PHP
7 lines
169 B
PHP
<?php declare(strict_types=1);
|
|
|
|
if (!class_exists(PhpParser\Autoloader::class)) {
|
|
require __DIR__ . '/PhpParser/Autoloader.php';
|
|
}
|
|
PhpParser\Autoloader::register();
|