diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 611a1f948df..22310e1d944 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '6ee434a398acd9132daf5c18384fae315f96b553'; + public const PACKAGE_VERSION = '96176848192e3214a7a311126925ffeb9912e2e5'; /** * @api * @var string */ - public const RELEASE_DATE = '2023-02-28 17:44:28'; + public const RELEASE_DATE = '2023-02-28 17:45:04'; /** * @var int */ diff --git a/templates/rector-github-action-check.yaml b/templates/rector-github-action-check.yaml index 61f64ec6dcb..3e965a38b3d 100644 --- a/templates/rector-github-action-check.yaml +++ b/templates/rector-github-action-check.yaml @@ -4,14 +4,11 @@ name: Rector on: pull_request: null - jobs: rector: # Don't run on forks. if: github.repository == '__CURRENT_REPOSITORY__' - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 @@ -27,10 +24,8 @@ jobs: - uses: "ramsey/composer-install@v2" - ## here can't be --dry-run, it would stop the job - run: vendor/bin/rector --ansi - # see https://github.com/EndBug/add-and-commit - # commit only to core contributors who have repository access if: github.event.pull_request.head.repo.full_name == github.repository diff --git a/vendor/autoload.php b/vendor/autoload.php index a47f7ac7b98..34c57c18ac9 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) { require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit380fc9a9596c9c49ec64bbee112774fa::getLoader(); +return ComposerAutoloaderInit3da4ef8eae34d1e99e00f4687ea42ad0::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index baf52dd8c93..6a9d336910f 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit380fc9a9596c9c49ec64bbee112774fa +class ComposerAutoloaderInit3da4ef8eae34d1e99e00f4687ea42ad0 { private static $loader; @@ -22,17 +22,17 @@ class ComposerAutoloaderInit380fc9a9596c9c49ec64bbee112774fa return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit380fc9a9596c9c49ec64bbee112774fa', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit3da4ef8eae34d1e99e00f4687ea42ad0', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit380fc9a9596c9c49ec64bbee112774fa', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit3da4ef8eae34d1e99e00f4687ea42ad0', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit3da4ef8eae34d1e99e00f4687ea42ad0::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInit3da4ef8eae34d1e99e00f4687ea42ad0::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 964ae33a0e1..0a37409479c 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa +class ComposerStaticInit3da4ef8eae34d1e99e00f4687ea42ad0 { public static $files = array ( 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', @@ -3126,9 +3126,9 @@ class ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit380fc9a9596c9c49ec64bbee112774fa::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit3da4ef8eae34d1e99e00f4687ea42ad0::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit3da4ef8eae34d1e99e00f4687ea42ad0::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit3da4ef8eae34d1e99e00f4687ea42ad0::$classMap; }, null, ClassLoader::class); }