2021-05-10 00:23:30 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// scoper-autoload.php @generated by PhpScoper
|
|
|
|
|
|
|
|
$loader = require_once __DIR__.'/autoload.php';
|
|
|
|
|
2022-06-07 08:22:29 +00:00
|
|
|
// Exposed functions. For more information see:
|
|
|
|
// https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#exposing-functions
|
2023-02-07 13:11:11 +00:00
|
|
|
if (!function_exists('dump_with_depth')) {
|
|
|
|
function dump_with_depth() {
|
2023-06-01 08:56:46 +00:00
|
|
|
return \RectorPrefix202306\dump_with_depth(...func_get_args());
|
2023-02-07 13:11:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!function_exists('dn')) {
|
|
|
|
function dn() {
|
2023-06-01 08:56:46 +00:00
|
|
|
return \RectorPrefix202306\dn(...func_get_args());
|
2023-02-07 13:11:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!function_exists('dump_node')) {
|
|
|
|
function dump_node() {
|
2023-06-01 08:56:46 +00:00
|
|
|
return \RectorPrefix202306\dump_node(...func_get_args());
|
2023-02-07 13:11:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!function_exists('print_node')) {
|
|
|
|
function print_node() {
|
2023-06-01 08:56:46 +00:00
|
|
|
return \RectorPrefix202306\print_node(...func_get_args());
|
2023-02-07 13:11:11 +00:00
|
|
|
}
|
|
|
|
}
|
2022-06-06 17:12:56 +00:00
|
|
|
if (!function_exists('trigger_deprecation')) {
|
|
|
|
function trigger_deprecation() {
|
2023-06-01 08:56:46 +00:00
|
|
|
return \RectorPrefix202306\trigger_deprecation(...func_get_args());
|
2022-06-06 17:12:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-10 00:23:30 +00:00
|
|
|
return $loader;
|