Updated Rector to commit 4a0008452981d918b6590b82cf8f2577b3aa8171

4a00084529 [automated] Apply Coding Standard (#4402)
This commit is contained in:
Tomas Votruba 2023-07-02 00:37:53 +00:00
parent a5a4164e0f
commit 63da13d421
6 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,6 @@
declare (strict_types=1);
namespace RectorPrefix202307;
use RectorPrefix202307\Symfony\Component\Console\Command\Command;
use RectorPrefix202307\Composer\Semver\VersionParser;
use RectorPrefix202307\Doctrine\Inflector\Inflector;
use RectorPrefix202307\Doctrine\Inflector\Rules\English\InflectorFactory;
@ -80,6 +79,7 @@ use Rector\StaticTypeMapper\PhpDoc\PhpDocTypeMapper;
use Rector\Utils\Command\MissingInSetCommand;
use Rector\Utils\Command\OutsideAnySetCommand;
use RectorPrefix202307\Symfony\Component\Console\Application;
use RectorPrefix202307\Symfony\Component\Console\Command\Command;
use RectorPrefix202307\Symfony\Component\Console\Style\SymfonyStyle;
use function RectorPrefix202307\Symfony\Component\DependencyInjection\Loader\Configurator\service;
use function RectorPrefix202307\Symfony\Component\DependencyInjection\Loader\Configurator\tagged_iterator;

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '6a53d48a8cdde9c40751ed2b294758dab8fb4d6f';
public const PACKAGE_VERSION = '4a0008452981d918b6590b82cf8f2577b3aa8171';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-07-02 06:22:49';
public const RELEASE_DATE = '2023-07-02 00:33:26';
/**
* @var int
*/

View File

@ -3,7 +3,6 @@
declare (strict_types=1);
namespace Rector\Core\NodeAnalyzer;
use PHPStan\Type\UnionType;
use PhpParser\Node\Expr;
use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Expr\ClassConstFetch;
@ -15,6 +14,7 @@ use PhpParser\Node\Scalar;
use PhpParser\Node\Scalar\Encapsed;
use PHPStan\Analyser\Scope;
use PHPStan\Type\MixedType;
use PHPStan\Type\UnionType;
use Rector\Core\Enum\ObjectReference;
use Rector\Core\NodeManipulator\ArrayManipulator;
use Rector\NodeTypeResolver\Node\AttributeKey;

2
vendor/autoload.php vendored
View File

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

View File

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