Skip to content

Commit

Permalink
Updated Rector to commit bdc2fc99631f67eeb2d96e2cf0906279c2561c9a
Browse files Browse the repository at this point in the history
rectorphp/rector-src@bdc2fc9 [NodeManipulator] Remove parent lookup on PropertyFetchAssignManipulator (#4037)
  • Loading branch information
TomasVotruba committed Jun 1, 2023
1 parent 9a2931c commit a4b4c3a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit595a5b2d6d34e045ded395ca5a5a2b56::getLoader();
return ComposerAutoloaderInit61ea498a2e57537acb4eb78bc125d6b3::getLoader();
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit595a5b2d6d34e045ded395ca5a5a2b56
class ComposerAutoloaderInit61ea498a2e57537acb4eb78bc125d6b3
{
private static $loader;

Expand All @@ -22,17 +22,17 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit595a5b2d6d34e045ded395ca5a5a2b56', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit61ea498a2e57537acb4eb78bc125d6b3', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit595a5b2d6d34e045ded395ca5a5a2b56', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit61ea498a2e57537acb4eb78bc125d6b3', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit61ea498a2e57537acb4eb78bc125d6b3::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit61ea498a2e57537acb4eb78bc125d6b3::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56
class ComposerStaticInit61ea498a2e57537acb4eb78bc125d6b3
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -3062,9 +3062,9 @@ class ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit595a5b2d6d34e045ded395ca5a5a2b56::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit61ea498a2e57537acb4eb78bc125d6b3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit61ea498a2e57537acb4eb78bc125d6b3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit61ea498a2e57537acb4eb78bc125d6b3::$classMap;

}, null, ClassLoader::class);
}
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2059,12 +2059,12 @@
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-symfony.git",
"reference": "d3d26ddef1e44faa333c9175d81ac9cf247b4eab"
"reference": "89f7129f06f2736389db2990480093f200d6f66b"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/d3d26ddef1e44faa333c9175d81ac9cf247b4eab",
"reference": "d3d26ddef1e44faa333c9175d81ac9cf247b4eab",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/89f7129f06f2736389db2990480093f200d6f66b",
"reference": "89f7129f06f2736389db2990480093f200d6f66b",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -2094,7 +2094,7 @@
"tomasvotruba\/type-coverage": "^0.0.9",
"tomasvotruba\/unused-public": "^0.0.34"
},
"time": "2023-06-01T08:50:50+00:00",
"time": "2023-06-01T09:16:55+00:00",
"default-branch": true,
"type": "rector-extension",
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/rector/extension-installer/src/GeneratedConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
final class GeneratedConfig
{
public const EXTENSIONS = array('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' => 'dev-main 7f0656f'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main c4e9d8b'), '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' => 'dev-main e276dee'), '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' => 'dev-main d3d26dd'));
public const EXTENSIONS = array('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' => 'dev-main 7f0656f'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main c4e9d8b'), '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' => 'dev-main e276dee'), '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' => 'dev-main 89f7129'));
private function __construct()
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function resolve(ClassMethod $classMethod) : array
}
$paramsToTypes = [];
foreach ($paramsToRegexes as $paramName => $paramRegex) {
if ($paramRegex === '\\d+') {
if (\in_array($paramRegex, ['\\d+', '\\d'], \true)) {
$paramsToTypes[$paramName] = new IntegerType();
continue;
}
Expand Down

0 comments on commit a4b4c3a

Please sign in to comment.