Skip to content

Commit

Permalink
Rector 0.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 7, 2022
1 parent a92c1d7 commit efcc6f1
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 ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066::getLoader();
return ComposerAutoloaderInitdb719034806f838e8308d9aed9493725::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 ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066
class ComposerAutoloaderInitdb719034806f838e8308d9aed9493725
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitdb719034806f838e8308d9aed9493725', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitdb719034806f838e8308d9aed9493725', '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\ComposerStaticInitdee307f2a8c055650fa59d4c018b6066::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitdb719034806f838e8308d9aed9493725::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\ComposerStaticInitdee307f2a8c055650fa59d4c018b6066::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitdb719034806f838e8308d9aed9493725::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequiredee307f2a8c055650fa59d4c018b6066($fileIdentifier, $file);
composerRequiredb719034806f838e8308d9aed9493725($fileIdentifier, $file);
}

return $loader;
Expand All @@ -59,7 +59,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequiredee307f2a8c055650fa59d4c018b6066($fileIdentifier, $file)
function composerRequiredb719034806f838e8308d9aed9493725($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 ComposerStaticInitdee307f2a8c055650fa59d4c018b6066
class ComposerStaticInitdb719034806f838e8308d9aed9493725
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
Expand Down Expand Up @@ -3852,9 +3852,9 @@ class ComposerStaticInitdee307f2a8c055650fa59d4c018b6066
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitdee307f2a8c055650fa59d4c018b6066::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitdee307f2a8c055650fa59d4c018b6066::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitdee307f2a8c055650fa59d4c018b6066::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitdb719034806f838e8308d9aed9493725::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitdb719034806f838e8308d9aed9493725::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitdb719034806f838e8308d9aed9493725::$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('RectorPrefix20220107\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066', false) && !interface_exists('ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066', false) && !trait_exists('ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066', false)) {
spl_autoload_call('RectorPrefix20220107\ComposerAutoloaderInitdee307f2a8c055650fa59d4c018b6066');
if (!class_exists('ComposerAutoloaderInitdb719034806f838e8308d9aed9493725', false) && !interface_exists('ComposerAutoloaderInitdb719034806f838e8308d9aed9493725', false) && !trait_exists('ComposerAutoloaderInitdb719034806f838e8308d9aed9493725', false)) {
spl_autoload_call('RectorPrefix20220107\ComposerAutoloaderInitdb719034806f838e8308d9aed9493725');
}
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('RectorPrefix20220107\Helmich\TypoScriptParser\Parser\AST\Statement');
Expand Down Expand Up @@ -71,9 +71,9 @@ function print_node() {
return \RectorPrefix20220107\print_node(...func_get_args());
}
}
if (!function_exists('composerRequiredee307f2a8c055650fa59d4c018b6066')) {
function composerRequiredee307f2a8c055650fa59d4c018b6066() {
return \RectorPrefix20220107\composerRequiredee307f2a8c055650fa59d4c018b6066(...func_get_args());
if (!function_exists('composerRequiredb719034806f838e8308d9aed9493725')) {
function composerRequiredb719034806f838e8308d9aed9493725() {
return \RectorPrefix20220107\composerRequiredb719034806f838e8308d9aed9493725(...func_get_args());
}
}
if (!function_exists('scanPath')) {
Expand Down

0 comments on commit efcc6f1

Please sign in to comment.