Skip to content

Commit

Permalink
Updated Rector to commit b45a987d9264b884e0ec9c80f8597dbce52e1870
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Oct 24, 2023
1 parent 888d97e commit 293ab61
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 @@ -24,7 +24,7 @@ final class VersionResolver
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-24 16:33:12';
public const RELEASE_DATE = '2023-10-24 16:57:04';
/**
* @var int
*/
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 ComposerAutoloaderInit46a0b0ac2ea1371bb06be09a20f71c2b::getLoader();
return ComposerAutoloaderInit18ad0e678efbbb500e116f7c54cccdd4::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 ComposerAutoloaderInit46a0b0ac2ea1371bb06be09a20f71c2b
class ComposerAutoloaderInit18ad0e678efbbb500e116f7c54cccdd4
{
private static $loader;

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

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

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

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

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

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

0 comments on commit 293ab61

Please sign in to comment.