Updated Rector to commit bdaa8e0c83

bdaa8e0c83 bump symfony tests
This commit is contained in:
Tomas Votruba 2021-05-14 12:42:19 +00:00
parent e29636e792
commit 4b4f3247ae
11 changed files with 38 additions and 30 deletions

2
vendor/autoload.php vendored
View File

@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7::getLoader();
return ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95::getLoader();

File diff suppressed because one or more lines are too long

View File

@ -18,6 +18,7 @@ return array(
'8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
'a91da1e150ddcb7aac1cc8a00171d65f' => $vendorDir . '/rector/rector-symfony/src/Helper/TemplateGuesser.php',
'30bca7fff093e8069bed7c55247e2bf8' => $baseDir . '/src/functions/node_helper.php',
'4508688f3cab21375725e8d11ca194a2' => $baseDir . '/src/constants.php',
);

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7
class ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95
{
private static $loader;
@ -22,15 +22,15 @@ class ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95', 'loadClassLoader'));
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitc203933c0ede2d0a073ac33b1a170c95::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
@ -42,19 +42,19 @@ class ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitc203933c0ede2d0a073ac33b1a170c95::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire5a046e745f4de99ef24e22fbd5b19cd7($fileIdentifier, $file);
composerRequirec203933c0ede2d0a073ac33b1a170c95($fileIdentifier, $file);
}
return $loader;
}
}
function composerRequire5a046e745f4de99ef24e22fbd5b19cd7($fileIdentifier, $file)
function composerRequirec203933c0ede2d0a073ac33b1a170c95($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7
class ComposerStaticInitc203933c0ede2d0a073ac33b1a170c95
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@ -19,6 +19,7 @@ class ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7
'8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'a91da1e150ddcb7aac1cc8a00171d65f' => __DIR__ . '/..' . '/rector/rector-symfony/src/Helper/TemplateGuesser.php',
'30bca7fff093e8069bed7c55247e2bf8' => __DIR__ . '/../..' . '/src/functions/node_helper.php',
'4508688f3cab21375725e8d11ca194a2' => __DIR__ . '/../..' . '/src/constants.php',
);
@ -3483,9 +3484,9 @@ class ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5a046e745f4de99ef24e22fbd5b19cd7::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitc203933c0ede2d0a073ac33b1a170c95::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc203933c0ede2d0a073ac33b1a170c95::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc203933c0ede2d0a073ac33b1a170c95::$classMap;
}, null, ClassLoader::class);
}

View File

@ -1669,17 +1669,17 @@
},
{
"name": "rector\/rector-symfony",
"version": "0.11.0",
"version_normalized": "0.11.0.0",
"version": "0.11.1",
"version_normalized": "0.11.1.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-symfony.git",
"reference": "7b0e84886e7e4406ec6e08be2281e85102f04a98"
"reference": "b672477fb27702acd86a4d5334614a9779626bc2"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/7b0e84886e7e4406ec6e08be2281e85102f04a98",
"reference": "7b0e84886e7e4406ec6e08be2281e85102f04a98",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/b672477fb27702acd86a4d5334614a9779626bc2",
"reference": "b672477fb27702acd86a4d5334614a9779626bc2",
"shasum": ""
},
"require": {
@ -1699,7 +1699,7 @@
"symplify\/phpstan-rules": "^9.3",
"symplify\/rule-doc-generator": "^9.3"
},
"time": "2021-05-14T11:49:58+00:00",
"time": "2021-05-14T12:35:15+00:00",
"type": "rector-extension",
"extra": {
"branch-alias": {
@ -1715,7 +1715,10 @@
"autoload": {
"psr-4": {
"Rector\\Symfony\\": "src"
}
},
"files": [
"src\/Helper\/TemplateGuesser.php"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
@ -1724,7 +1727,7 @@
"description": "Rector upgrades rules for Symfony Framework",
"support": {
"issues": "https:\/\/github.com\/rectorphp\/rector-symfony\/issues",
"source": "https:\/\/github.com\/rectorphp\/rector-symfony\/tree\/0.11.0"
"source": "https:\/\/github.com\/rectorphp\/rector-symfony\/tree\/0.11.1"
},
"install-path": "..\/rector\/rector-symfony"
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ namespace Rector\RectorInstaller;
*/
final class GeneratedConfig
{
public const EXTENSIONS = array('rector/rector-cakephp' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-cakephp', 'relative_install_path' => '../../rector-cakephp', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.1'), 'rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-laravel' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-laravel', 'relative_install_path' => '../../rector-laravel', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-nette' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-nette', 'relative_install_path' => '../../rector-nette', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.1'), 'rector/rector-nette-to-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-nette-to-symfony', 'relative_install_path' => '../../rector-nette-to-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'));
public const EXTENSIONS = array('rector/rector-cakephp' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-cakephp', 'relative_install_path' => '../../rector-cakephp', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.1'), 'rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-laravel' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-laravel', 'relative_install_path' => '../../rector-laravel', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-nette' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-nette', 'relative_install_path' => '../../rector-nette', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.1'), 'rector/rector-nette-to-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-nette-to-symfony', 'relative_install_path' => '../../rector-nette-to-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.0'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => '0.11.1'));
private function __construct()
{
}

View File

@ -23,7 +23,10 @@
"autoload": {
"psr-4": {
"Rector\\Symfony\\": "src"
}
},
"files": [
"src\/Helper\/TemplateGuesser.php"
]
},
"autoload-dev": {
"psr-4": {

View File

@ -21,8 +21,8 @@ if (!class_exists('SomeTestCase', false) && !interface_exists('SomeTestCase', fa
if (!class_exists('CheckoutEntityFactory', false) && !interface_exists('CheckoutEntityFactory', false) && !trait_exists('CheckoutEntityFactory', false)) {
spl_autoload_call('RectorPrefix20210514\CheckoutEntityFactory');
}
if (!class_exists('ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7', false) && !interface_exists('ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7', false) && !trait_exists('ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7', false)) {
spl_autoload_call('RectorPrefix20210514\ComposerAutoloaderInit5a046e745f4de99ef24e22fbd5b19cd7');
if (!class_exists('ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95', false) && !interface_exists('ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95', false) && !trait_exists('ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95', false)) {
spl_autoload_call('RectorPrefix20210514\ComposerAutoloaderInitc203933c0ede2d0a073ac33b1a170c95');
}
if (!class_exists('Doctrine\Inflector\Inflector', false) && !interface_exists('Doctrine\Inflector\Inflector', false) && !trait_exists('Doctrine\Inflector\Inflector', false)) {
spl_autoload_call('RectorPrefix20210514\Doctrine\Inflector\Inflector');
@ -95,9 +95,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20210514\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire5a046e745f4de99ef24e22fbd5b19cd7')) {
function composerRequire5a046e745f4de99ef24e22fbd5b19cd7() {
return \RectorPrefix20210514\composerRequire5a046e745f4de99ef24e22fbd5b19cd7(...func_get_args());
if (!function_exists('composerRequirec203933c0ede2d0a073ac33b1a170c95')) {
function composerRequirec203933c0ede2d0a073ac33b1a170c95() {
return \RectorPrefix20210514\composerRequirec203933c0ede2d0a073ac33b1a170c95(...func_get_args());
}
}
if (!function_exists('parseArgs')) {