rector/vendor/scoper-autoload.php
Tomas Votruba 1d28ca109c Updated Rector to commit 5ec4cff203f68d9578719b54ce3a145efb32bc79
5ec4cff203 [Php56] Handle jump not Expression stmt next initialized on AddDefaultValueForUndefinedVariableRector (#2725)
2022-08-02 06:46:18 +00:00

45 lines
1.7 KiB
PHP

<?php
// scoper-autoload.php @generated by PhpScoper
$loader = require_once __DIR__.'/autoload.php';
// Exposed classes. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#exposing-classes
if (!class_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false) && !interface_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false) && !trait_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false)) {
spl_autoload_call('RectorPrefix202208\Symplify\ComposerJsonManipulator\ValueObject\ComposerJson');
}
if (!class_exists('Symplify\SmartFileSystem\SmartFileInfo', false) && !interface_exists('Symplify\SmartFileSystem\SmartFileInfo', false) && !trait_exists('Symplify\SmartFileSystem\SmartFileInfo', false)) {
spl_autoload_call('RectorPrefix202208\Symplify\SmartFileSystem\SmartFileInfo');
}
// Exposed functions. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#exposing-functions
if (!function_exists('dump_with_depth')) {
function dump_with_depth() {
return \RectorPrefix202208\dump_with_depth(...func_get_args());
}
}
if (!function_exists('dn')) {
function dn() {
return \RectorPrefix202208\dn(...func_get_args());
}
}
if (!function_exists('dump_node')) {
function dump_node() {
return \RectorPrefix202208\dump_node(...func_get_args());
}
}
if (!function_exists('print_node')) {
function print_node() {
return \RectorPrefix202208\print_node(...func_get_args());
}
}
if (!function_exists('trigger_deprecation')) {
function trigger_deprecation() {
return \RectorPrefix202208\trigger_deprecation(...func_get_args());
}
}
return $loader;