Skip to content

Commit

Permalink
Rector 0.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 10, 2023
1 parent 4b4f578 commit af3a14a
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 = 'fa2a806a07ca9279af5a69391d0556098f0cdbb1';
public const PACKAGE_VERSION = '0.17.12';
/**
* @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 ComposerAutoloaderInitd682f0c08cd8568a1ac1b444470d0f0f::getLoader();
return ComposerAutoloaderInit5e920a093e34449f6b8d6b06417344ef::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 ComposerAutoloaderInitd682f0c08cd8568a1ac1b444470d0f0f
class ComposerAutoloaderInit5e920a093e34449f6b8d6b06417344ef
{
private static $loader;

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

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

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

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

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

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

0 comments on commit af3a14a

Please sign in to comment.