From 562d3d830d0b55338210a34afb0d987a13371d73 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 24 Aug 2023 16:25:15 +0000 Subject: [PATCH] Updated Rector to commit dce10846395c476ad300274c266545153a5fd7ad https://github.com/rectorphp/rector-src/commit/dce10846395c476ad300274c266545153a5fd7ad Temporary pin to phpstan 1.10.30 (#4847) --- composer.json | 2 +- src/Application/VersionResolver.php | 4 ++-- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 10 +++++----- vendor/composer/autoload_static.php | 8 ++++---- .../finder/Iterator/ExcludeDirectoryFilterIterator.php | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 6084c670919..831e2651faf 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.26" + "phpstan/phpstan": "1.10.30" }, "autoload": { "files": [ diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 056803a9d81..c20fdebbcf6 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 = '21f33de2b90c0e63d42c3ebebef7cf4415191a21'; + public const PACKAGE_VERSION = 'dce10846395c476ad300274c266545153a5fd7ad'; /** * @api * @var string */ - public const RELEASE_DATE = '2023-08-24 17:24:57'; + public const RELEASE_DATE = '2023-08-24 15:51:44'; /** * @var int */ diff --git a/vendor/autoload.php b/vendor/autoload.php index 0c8290d1df6..b5a6251757f 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 ComposerAutoloaderInit97d2a153d27d81819b1dac0daacf982b::getLoader(); +return ComposerAutoloaderInit8aaed4d466a1a04099f64d0d7613de71::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index a883a8c7e99..7280fa9db6b 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit97d2a153d27d81819b1dac0daacf982b +class ComposerAutoloaderInit8aaed4d466a1a04099f64d0d7613de71 { private static $loader; @@ -22,17 +22,17 @@ class ComposerAutoloaderInit97d2a153d27d81819b1dac0daacf982b return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit97d2a153d27d81819b1dac0daacf982b', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit8aaed4d466a1a04099f64d0d7613de71', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit97d2a153d27d81819b1dac0daacf982b', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit8aaed4d466a1a04099f64d0d7613de71', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit97d2a153d27d81819b1dac0daacf982b::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit8aaed4d466a1a04099f64d0d7613de71::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit97d2a153d27d81819b1dac0daacf982b::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInit8aaed4d466a1a04099f64d0d7613de71::$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 10508f01115..40f4eb140b2 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit97d2a153d27d81819b1dac0daacf982b +class ComposerStaticInit8aaed4d466a1a04099f64d0d7613de71 { public static $files = array ( 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', @@ -2609,9 +2609,9 @@ class ComposerStaticInit97d2a153d27d81819b1dac0daacf982b public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit97d2a153d27d81819b1dac0daacf982b::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit97d2a153d27d81819b1dac0daacf982b::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit97d2a153d27d81819b1dac0daacf982b::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit8aaed4d466a1a04099f64d0d7613de71::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit8aaed4d466a1a04099f64d0d7613de71::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit8aaed4d466a1a04099f64d0d7613de71::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php b/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php index 798ef101efe..e25017ff2c0 100644 --- a/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +++ b/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php @@ -68,7 +68,7 @@ class ExcludeDirectoryFilterIterator extends \FilterIterator implements \Recursi } if ($this->excludedPattern) { $path = $this->isDir() ? $this->current()->getRelativePathname() : $this->current()->getRelativePath(); - $path = \str_replace('\\', '/', $path); + $path = \str_replace('\\', '/'); return !\preg_match($this->excludedPattern, $path); } return \true;