Skip to content

Commit

Permalink
Rector 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 27, 2022
1 parent de60227 commit 149764b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'cbe52ed52d2231d1487196fddf114c7fae341555';
public const PACKAGE_VERSION = '0.14.4';
/**
* @api
* @var string
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 ComposerAutoloaderInitb199035085eaa6f5e92a6265f6468af9::getLoader();
return ComposerAutoloaderInit4fe5d451e82047801556da240f63460b::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 ComposerAutoloaderInitb199035085eaa6f5e92a6265f6468af9
class ComposerAutoloaderInit4fe5d451e82047801556da240f63460b
{
private static $loader;

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

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

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

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

$includeFiles = \Composer\Autoload\ComposerStaticInitb199035085eaa6f5e92a6265f6468af9::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit4fe5d451e82047801556da240f63460b::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequireb199035085eaa6f5e92a6265f6468af9($fileIdentifier, $file);
composerRequire4fe5d451e82047801556da240f63460b($fileIdentifier, $file);
}

return $loader;
Expand All @@ -46,7 +46,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequireb199035085eaa6f5e92a6265f6468af9($fileIdentifier, $file)
function composerRequire4fe5d451e82047801556da240f63460b($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 ComposerStaticInitb199035085eaa6f5e92a6265f6468af9
class ComposerStaticInit4fe5d451e82047801556da240f63460b
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -3108,9 +3108,9 @@ class ComposerStaticInitb199035085eaa6f5e92a6265f6468af9
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb199035085eaa6f5e92a6265f6468af9::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb199035085eaa6f5e92a6265f6468af9::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb199035085eaa6f5e92a6265f6468af9::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit4fe5d451e82047801556da240f63460b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4fe5d451e82047801556da240f63460b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4fe5d451e82047801556da240f63460b::$classMap;

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

0 comments on commit 149764b

Please sign in to comment.