mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-30 13:08:00 +02:00
21 lines
541 B
PHP
21 lines
541 B
PHP
<?php
|
|
|
|
// scoper-autoload.php @generated by PhpScoper
|
|
|
|
$loader = require_once __DIR__.'/autoload.php';
|
|
|
|
// Exposed functions. For more information see:
|
|
// https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#exposing-functions
|
|
if (!function_exists('dump_node')) {
|
|
function dump_node() {
|
|
return \RectorPrefix202308\dump_node(...func_get_args());
|
|
}
|
|
}
|
|
if (!function_exists('print_node')) {
|
|
function print_node() {
|
|
return \RectorPrefix202308\print_node(...func_get_args());
|
|
}
|
|
}
|
|
|
|
return $loader;
|