Skip to content

Commit

Permalink
Updated Rector to commit 284596d4b976784ebe973370e2ed93d0e9977d90
Browse files Browse the repository at this point in the history
rectorphp/rector-src@284596d [Testing] Remove gc_collect_cycles() on AbstractRectorTestCase to avoid random error in tests due to SimpleParameterProvider static property usage lost (#4472)
  • Loading branch information
TomasVotruba committed Jul 10, 2023
1 parent 94fef75 commit 5f68d82
Show file tree
Hide file tree
Showing 7 changed files with 16 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 ComposerAutoloaderInit52174e94b31f9aacbb9886be9eeb54de::getLoader();
return ComposerAutoloaderInit2fe30a547ad5e6d85f3aae7ca33eeb6d::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 ComposerAutoloaderInit52174e94b31f9aacbb9886be9eeb54de
class ComposerAutoloaderInit2fe30a547ad5e6d85f3aae7ca33eeb6d
{
private static $loader;

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

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

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

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

$filesToLoad = \Composer\Autoload\ComposerStaticInit52174e94b31f9aacbb9886be9eeb54de::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit2fe30a547ad5e6d85f3aae7ca33eeb6d::$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 ComposerStaticInit52174e94b31f9aacbb9886be9eeb54de
class ComposerStaticInit2fe30a547ad5e6d85f3aae7ca33eeb6d
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -3067,9 +3067,9 @@ class ComposerStaticInit52174e94b31f9aacbb9886be9eeb54de
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit52174e94b31f9aacbb9886be9eeb54de::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit52174e94b31f9aacbb9886be9eeb54de::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit52174e94b31f9aacbb9886be9eeb54de::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit2fe30a547ad5e6d85f3aae7ca33eeb6d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2fe30a547ad5e6d85f3aae7ca33eeb6d::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit2fe30a547ad5e6d85f3aae7ca33eeb6d::$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 @@ -1982,12 +1982,12 @@
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-downgrade-php.git",
"reference": "f64a7b129850a61288dd41b9322487d546dd8548"
"reference": "410d05fdb2932f5a8ef37a0b2506534a336cae4e"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/f64a7b129850a61288dd41b9322487d546dd8548",
"reference": "f64a7b129850a61288dd41b9322487d546dd8548",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/410d05fdb2932f5a8ef37a0b2506534a336cae4e",
"reference": "410d05fdb2932f5a8ef37a0b2506534a336cae4e",
"shasum": ""
},
"require": {
Expand All @@ -2011,7 +2011,7 @@
"tomasvotruba\/type-coverage": "^0.2",
"tomasvotruba\/unused-public": "^0.1"
},
"time": "2023-07-09T18:08:08+00:00",
"time": "2023-07-10T11:42:40+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 8afdccb'), '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 f64a7b1'), '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 0a640b3'), '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 e788554'));
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 8afdccb'), '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 410d05f'), '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 0a640b3'), '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 e788554'));
private function __construct()
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
use PhpParser\Node\Stmt\Function_;
use PhpParser\Node\Stmt\Return_;
use PhpParser\Node\UnionType;
use RectorPrefix202307\PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
use Rector\Core\Exception\ShouldNotHappenException;
use Rector\Core\Rector\AbstractRector;
use Rector\Core\ValueObject\MethodName;
Expand Down

0 comments on commit 5f68d82

Please sign in to comment.