Skip to content

Commit

Permalink
Rector 0.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 31, 2021
1 parent 63acd79 commit 8c82319
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881::getLoader();
return ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881
class ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitaf94645e15271cc882a1e4a34219685f::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,12 +42,12 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitaf94645e15271cc882a1e4a34219685f::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire7f95d6f8769ac232b327ae2167b3f881($fileIdentifier, $file);
composerRequireaf94645e15271cc882a1e4a34219685f($fileIdentifier, $file);
}

return $loader;
Expand All @@ -59,7 +59,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire7f95d6f8769ac232b327ae2167b3f881($fileIdentifier, $file)
function composerRequireaf94645e15271cc882a1e4a34219685f($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881
class ComposerStaticInitaf94645e15271cc882a1e4a34219685f
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
Expand Down Expand Up @@ -3845,9 +3845,9 @@ class ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit7f95d6f8769ac232b327ae2167b3f881::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitaf94645e15271cc882a1e4a34219685f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitaf94645e15271cc882a1e4a34219685f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitaf94645e15271cc882a1e4a34219685f::$classMap;

}, null, ClassLoader::class);
}
Expand Down
10 changes: 5 additions & 5 deletions vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20211231\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881', false) && !interface_exists('ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881', false) && !trait_exists('ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881', false)) {
spl_autoload_call('RectorPrefix20211231\ComposerAutoloaderInit7f95d6f8769ac232b327ae2167b3f881');
if (!class_exists('ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f', false) && !interface_exists('ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f', false) && !trait_exists('ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f', false)) {
spl_autoload_call('RectorPrefix20211231\ComposerAutoloaderInitaf94645e15271cc882a1e4a34219685f');
}
if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) {
spl_autoload_call('RectorPrefix20211231\Helmich\TypoScriptParser\Parser\AST\Statement');
Expand Down Expand Up @@ -78,9 +78,9 @@ function print_node() {
return \RectorPrefix20211231\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire7f95d6f8769ac232b327ae2167b3f881')) {
function composerRequire7f95d6f8769ac232b327ae2167b3f881() {
return \RectorPrefix20211231\composerRequire7f95d6f8769ac232b327ae2167b3f881(...func_get_args());
if (!function_exists('composerRequireaf94645e15271cc882a1e4a34219685f')) {
function composerRequireaf94645e15271cc882a1e4a34219685f() {
return \RectorPrefix20211231\composerRequireaf94645e15271cc882a1e4a34219685f(...func_get_args());
}
}
if (!function_exists('scanPath')) {
Expand Down

0 comments on commit 8c82319

Please sign in to comment.