mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
16 lines
430 B
PHP
16 lines
430 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('trigger_deprecation')) {
|
|
function trigger_deprecation() {
|
|
return \RectorPrefix202209\trigger_deprecation(...func_get_args());
|
|
}
|
|
}
|
|
|
|
return $loader;
|