Skip to content

Commit

Permalink
Rector 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 29, 2023
1 parent 6e8d9f0 commit b8f72ff
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 = '9ff238819b2cfed103b30766d2c0e33135abed38';
public const PACKAGE_VERSION = '0.17.2';
/**
* @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 ComposerAutoloaderInita24b30f9c380e3b4383472b0cf89383a::getLoader();
return ComposerAutoloaderInit39b19c6ab9850e9aad688cf1739f1ff6::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 ComposerAutoloaderInita24b30f9c380e3b4383472b0cf89383a
class ComposerAutoloaderInit39b19c6ab9850e9aad688cf1739f1ff6
{
private static $loader;

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

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

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

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

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

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

0 comments on commit b8f72ff

Please sign in to comment.