Updated Rector to commit 5d1f686bc072284b8d2b1319dd34cdbeb7c1010b

5d1f686bc0 NullToStrictStringFuncCallArgRector - Register a few more functions (#2994)
This commit is contained in:
Tomas Votruba 2022-10-16 08:59:58 +00:00
parent 5a0db977a5
commit 292c8dba69
5 changed files with 15 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,12 +17,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '34040f38fa28b4980b3ba755dc6990afdd8fd613';
public const PACKAGE_VERSION = '5d1f686bc072284b8d2b1319dd34cdbeb7c1010b';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2022-10-16 09:27:27';
public const RELEASE_DATE = '2022-10-16 10:55: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 ComposerAutoloaderInit5fa7ac63b2e0d61a398d3b783f1838a7::getLoader();
return ComposerAutoloaderInit2461b489cd60b8a17dace25220a65d77::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit5fa7ac63b2e0d61a398d3b783f1838a7
class ComposerAutoloaderInit2461b489cd60b8a17dace25220a65d77
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit5fa7ac63b2e0d61a398d3b783f1838a7
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit5fa7ac63b2e0d61a398d3b783f1838a7', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit2461b489cd60b8a17dace25220a65d77', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit5fa7ac63b2e0d61a398d3b783f1838a7', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit2461b489cd60b8a17dace25220a65d77', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit2461b489cd60b8a17dace25220a65d77::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit2461b489cd60b8a17dace25220a65d77::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire5fa7ac63b2e0d61a398d3b783f1838a7($fileIdentifier, $file);
composerRequire2461b489cd60b8a17dace25220a65d77($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit5fa7ac63b2e0d61a398d3b783f1838a7
* @param string $file
* @return void
*/
function composerRequire5fa7ac63b2e0d61a398d3b783f1838a7($fileIdentifier, $file)
function composerRequire2461b489cd60b8a17dace25220a65d77($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 ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7
class ComposerStaticInit2461b489cd60b8a17dace25220a65d77
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3093,9 +3093,9 @@ class ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5fa7ac63b2e0d61a398d3b783f1838a7::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit2461b489cd60b8a17dace25220a65d77::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2461b489cd60b8a17dace25220a65d77::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit2461b489cd60b8a17dace25220a65d77::$classMap;
}, null, ClassLoader::class);
}