Skip to content

Commit

Permalink
Rector 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 4, 2022
1 parent ce3c134 commit 3553aab
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 = 'a5051ff31121d95ac2ccf7db351ea486024a0b3f';
public const PACKAGE_VERSION = '0.14.7';
/**
* @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 @@ -22,4 +22,4 @@

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

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

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

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

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

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

$includeFiles = \Composer\Autoload\ComposerStaticInit0e2fb91d7d05030c8ba4453eac5cfbca::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit752458c621bc98fa2b57e9f08497b9e3::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire0e2fb91d7d05030c8ba4453eac5cfbca($fileIdentifier, $file);
composerRequire752458c621bc98fa2b57e9f08497b9e3($fileIdentifier, $file);
}

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

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

0 comments on commit 3553aab

Please sign in to comment.