Updated Rector to commit 9cc532935811a282ded4b8ac730d46d944666bd9

9cc5329358 remove --dry-run to pass
This commit is contained in:
Tomas Votruba 2023-09-27 14:39:19 +00:00
parent b823b681f4
commit fa6848a257
6 changed files with 14 additions and 14 deletions

View File

@ -36,5 +36,5 @@ jobs:
working-directory: ${{ matrix.directory }}
-
run: vendor/bin/rector process --dry-run --ansi
run: vendor/bin/rector process --ansi
working-directory: ${{ matrix.directory }}

View File

@ -33,5 +33,5 @@ jobs:
working-directory: ${{ matrix.directory }}
-
run: vendor/bin/rector process --ansi
run: vendor/bin/rector process --dry-run --ansi
working-directory: ${{ matrix.directory }}

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '16ba249bcee39137ba27b687bbfc6f15761c99c5';
public const PACKAGE_VERSION = '9cc532935811a282ded4b8ac730d46d944666bd9';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-09-27 16:36:19';
public const RELEASE_DATE = '2023-09-27 16:35:54';
/**
* @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 ComposerAutoloaderInitb8fca7555f4380e41ea165248609073e::getLoader();
return ComposerAutoloaderInit8e645ca8a7ba20a0b4198b317cba5219::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitb8fca7555f4380e41ea165248609073e
class ComposerAutoloaderInit8e645ca8a7ba20a0b4198b317cba5219
{
private static $loader;
@ -22,17 +22,17 @@ class ComposerAutoloaderInitb8fca7555f4380e41ea165248609073e
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitb8fca7555f4380e41ea165248609073e', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit8e645ca8a7ba20a0b4198b317cba5219', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitb8fca7555f4380e41ea165248609073e', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit8e645ca8a7ba20a0b4198b317cba5219', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitb8fca7555f4380e41ea165248609073e::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit8e645ca8a7ba20a0b4198b317cba5219::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInitb8fca7555f4380e41ea165248609073e::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit8e645ca8a7ba20a0b4198b317cba5219::$files;
$requireFile = \Closure::bind(static function ($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 ComposerStaticInitb8fca7555f4380e41ea165248609073e
class ComposerStaticInit8e645ca8a7ba20a0b4198b317cba5219
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -2600,9 +2600,9 @@ class ComposerStaticInitb8fca7555f4380e41ea165248609073e
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb8fca7555f4380e41ea165248609073e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb8fca7555f4380e41ea165248609073e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb8fca7555f4380e41ea165248609073e::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit8e645ca8a7ba20a0b4198b317cba5219::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8e645ca8a7ba20a0b4198b317cba5219::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8e645ca8a7ba20a0b4198b317cba5219::$classMap;
}, null, ClassLoader::class);
}