Updated Rector to commit f30593c3ae24948041136796a6e0dad80342876e

f30593c3ae fix misisng method
This commit is contained in:
Tomas Votruba 2022-12-03 10:40:09 +00:00
parent 5365b49bf8
commit c09a0ac83d
4 changed files with 14 additions and 14 deletions

View File

@ -17,12 +17,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'a4e7a4371a1a85f2dd3fcb9ec7d9de2a8a04d3b9';
public const PACKAGE_VERSION = 'f30593c3ae24948041136796a6e0dad80342876e';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2022-12-03 11:27:57';
public const RELEASE_DATE = '2022-12-03 11:35:41';
/**
* @var int
*/

2
vendor/autoload.php vendored
View File

@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitda9bda8dda673438950dbcbf03bec366::getLoader();
return ComposerAutoloaderInit9fb1db91fd0bb1c0e504a32b1b11fe92::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitda9bda8dda673438950dbcbf03bec366
class ComposerAutoloaderInit9fb1db91fd0bb1c0e504a32b1b11fe92
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInitda9bda8dda673438950dbcbf03bec366
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitda9bda8dda673438950dbcbf03bec366', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit9fb1db91fd0bb1c0e504a32b1b11fe92', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitda9bda8dda673438950dbcbf03bec366', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit9fb1db91fd0bb1c0e504a32b1b11fe92', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitda9bda8dda673438950dbcbf03bec366::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit9fb1db91fd0bb1c0e504a32b1b11fe92::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInitda9bda8dda673438950dbcbf03bec366::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit9fb1db91fd0bb1c0e504a32b1b11fe92::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequireda9bda8dda673438950dbcbf03bec366($fileIdentifier, $file);
composerRequire9fb1db91fd0bb1c0e504a32b1b11fe92($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInitda9bda8dda673438950dbcbf03bec366
* @param string $file
* @return void
*/
function composerRequireda9bda8dda673438950dbcbf03bec366($fileIdentifier, $file)
function composerRequire9fb1db91fd0bb1c0e504a32b1b11fe92($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInitda9bda8dda673438950dbcbf03bec366
class ComposerStaticInit9fb1db91fd0bb1c0e504a32b1b11fe92
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3023,9 +3023,9 @@ class ComposerStaticInitda9bda8dda673438950dbcbf03bec366
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitda9bda8dda673438950dbcbf03bec366::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitda9bda8dda673438950dbcbf03bec366::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitda9bda8dda673438950dbcbf03bec366::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit9fb1db91fd0bb1c0e504a32b1b11fe92::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9fb1db91fd0bb1c0e504a32b1b11fe92::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9fb1db91fd0bb1c0e504a32b1b11fe92::$classMap;
}, null, ClassLoader::class);
}