Skip to content

Commit

Permalink
Rector 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 13, 2021
1 parent 026b387 commit 2873999
Show file tree
Hide file tree
Showing 19 changed files with 155 additions and 155 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 ComposerAutoloaderInitd285fae2cfbb971ed7c79f1aad1d24a3::getLoader();
return ComposerAutoloaderInita0e9200667284fa089e1c7c04672166c::getLoader();
2 changes: 1 addition & 1 deletion vendor/composer/InstalledVersions.php

Large diffs are not rendered by default.

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 ComposerAutoloaderInitd285fae2cfbb971ed7c79f1aad1d24a3
class ComposerAutoloaderInita0e9200667284fa089e1c7c04672166c
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInitd285fae2cfbb971ed7c79f1aad1d24a3', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInita0e9200667284fa089e1c7c04672166c', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitd285fae2cfbb971ed7c79f1aad1d24a3', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInita0e9200667284fa089e1c7c04672166c', '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\ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInita0e9200667284fa089e1c7c04672166c::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,19 +42,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3::$files;
$includeFiles = Composer\Autoload\ComposerStaticInita0e9200667284fa089e1c7c04672166c::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequired285fae2cfbb971ed7c79f1aad1d24a3($fileIdentifier, $file);
composerRequirea0e9200667284fa089e1c7c04672166c($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequired285fae2cfbb971ed7c79f1aad1d24a3($fileIdentifier, $file)
function composerRequirea0e9200667284fa089e1c7c04672166c($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
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 ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3
class ComposerStaticInita0e9200667284fa089e1c7c04672166c
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
Expand Down Expand Up @@ -3483,9 +3483,9 @@ class ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd285fae2cfbb971ed7c79f1aad1d24a3::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInita0e9200667284fa089e1c7c04672166c::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita0e9200667284fa089e1c7c04672166c::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita0e9200667284fa089e1c7c04672166c::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Loading

0 comments on commit 2873999

Please sign in to comment.