Skip to content

Commit

Permalink
Rector 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 31, 2022
1 parent f40a2a2 commit 38c15a1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'c85e9339be70f1795b68de9e3f77e38b9e7ad696';
public const PACKAGE_VERSION = '0.13.3';
/**
* @var string
*/
public const RELEASE_DATE = '2022-05-31 14:17:48';
public const RELEASE_DATE = '2022-05-31 14:18:16';
/**
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

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

return ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322::getLoader();
return ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0::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 ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322
class ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitc600bdb2fa665c2bcd1acedd558f85e0::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$includeFiles = \Composer\Autoload\ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInitc600bdb2fa665c2bcd1acedd558f85e0::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire4b604e955b6efbdc9c6d4689e257b322($fileIdentifier, $file);
composerRequirec600bdb2fa665c2bcd1acedd558f85e0($fileIdentifier, $file);
}

return $loader;
Expand All @@ -46,7 +46,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire4b604e955b6efbdc9c6d4689e257b322($fileIdentifier, $file)
function composerRequirec600bdb2fa665c2bcd1acedd558f85e0($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 ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322
class ComposerStaticInitc600bdb2fa665c2bcd1acedd558f85e0
{
public static $files = array (
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
Expand Down Expand Up @@ -3762,9 +3762,9 @@ class ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4b604e955b6efbdc9c6d4689e257b322::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitc600bdb2fa665c2bcd1acedd558f85e0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc600bdb2fa665c2bcd1acedd558f85e0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc600bdb2fa665c2bcd1acedd558f85e0::$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('RectorPrefix20220531\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322', false) && !interface_exists('ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322', false) && !trait_exists('ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322', false)) {
spl_autoload_call('RectorPrefix20220531\ComposerAutoloaderInit4b604e955b6efbdc9c6d4689e257b322');
if (!class_exists('ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0', false) && !interface_exists('ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0', false) && !trait_exists('ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0', false)) {
spl_autoload_call('RectorPrefix20220531\ComposerAutoloaderInitc600bdb2fa665c2bcd1acedd558f85e0');
}
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('RectorPrefix20220531\Helmich\TypoScriptParser\Parser\AST\Statement');
Expand Down Expand Up @@ -56,9 +56,9 @@ function print_node() {
return \RectorPrefix20220531\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire4b604e955b6efbdc9c6d4689e257b322')) {
function composerRequire4b604e955b6efbdc9c6d4689e257b322() {
return \RectorPrefix20220531\composerRequire4b604e955b6efbdc9c6d4689e257b322(...func_get_args());
if (!function_exists('composerRequirec600bdb2fa665c2bcd1acedd558f85e0')) {
function composerRequirec600bdb2fa665c2bcd1acedd558f85e0() {
return \RectorPrefix20220531\composerRequirec600bdb2fa665c2bcd1acedd558f85e0(...func_get_args());
}
}
if (!function_exists('scanPath')) {
Expand Down

0 comments on commit 38c15a1

Please sign in to comment.