Skip to content

Commit

Permalink
Rector 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 13, 2023
1 parent f21fb3b commit a43370e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '774de56c848e9b4c4bbf2a8319cbfaebd16f6ef9';
public const PACKAGE_VERSION = '0.15.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 ComposerAutoloaderInitf109fb1649a08d1a838d291377b98a7a::getLoader();
return ComposerAutoloaderInitfc2b70a0d114b41053d1e325d843bf92::getLoader();
10 changes: 5 additions & 5 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 ComposerAutoloaderInitf109fb1649a08d1a838d291377b98a7a
class ComposerAutoloaderInitfc2b70a0d114b41053d1e325d843bf92
{
private static $loader;

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

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

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

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

$filesToLoad = \Composer\Autoload\ComposerStaticInitf109fb1649a08d1a838d291377b98a7a::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitfc2b70a0d114b41053d1e325d843bf92::$files;
$requireFile = static function ($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 ComposerStaticInitf109fb1649a08d1a838d291377b98a7a
class ComposerStaticInitfc2b70a0d114b41053d1e325d843bf92
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -3065,9 +3065,9 @@ class ComposerStaticInitf109fb1649a08d1a838d291377b98a7a
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitf109fb1649a08d1a838d291377b98a7a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf109fb1649a08d1a838d291377b98a7a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf109fb1649a08d1a838d291377b98a7a::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitfc2b70a0d114b41053d1e325d843bf92::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitfc2b70a0d114b41053d1e325d843bf92::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitfc2b70a0d114b41053d1e325d843bf92::$classMap;

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

0 comments on commit a43370e

Please sign in to comment.