Updated Rector to commit 8b8a0d1a5daa1064860c446bdd1f8a26ab06c20d

8b8a0d1a5d Prevent unnecessary calls to spl_object_id() (#4992)
This commit is contained in:
Tomas Votruba 2023-09-11 14:36:30 +00:00
parent 8b577a6b5e
commit ec1242d290
7 changed files with 21 additions and 17 deletions

2
vendor/autoload.php vendored
View File

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

View File

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

View File

@ -1872,12 +1872,12 @@
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-phpunit.git",
"reference": "56290650cc9ba579406290fe148f5fee501e5499"
"reference": "2ccca33c46032bd54aabc645d4d30e3794032683"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/56290650cc9ba579406290fe148f5fee501e5499",
"reference": "56290650cc9ba579406290fe148f5fee501e5499",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/2ccca33c46032bd54aabc645d4d30e3794032683",
"reference": "2ccca33c46032bd54aabc645d4d30e3794032683",
"shasum": ""
},
"require": {
@ -1907,7 +1907,7 @@
"tomasvotruba\/unused-public": "^0.3",
"tracy\/tracy": "^2.10"
},
"time": "2023-09-11T09:02:54+00:00",
"time": "2023-09-11T14:32:50+00:00",
"default-branch": true,
"type": "rector-extension",
"extra": {

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-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main 41cefd3'), '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' => NULL, 'version' => 'dev-main 74058c2'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 5629065'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 63f14d3'));
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' => NULL, 'version' => 'dev-main 41cefd3'), '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' => NULL, 'version' => 'dev-main 74058c2'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 2ccca33'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 63f14d3'));
private function __construct()
{
}

View File

@ -4,6 +4,7 @@ declare (strict_types=1);
namespace Rector\PHPUnit\CodeQuality\Rector\Class_;
use PhpParser\Node;
use PhpParser\Node\Identifier;
use PhpParser\Node\Stmt\Class_;
use PHPStan\PhpDocParser\Ast\PhpDoc\GenericTagValueNode;
use PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocTagNode;
@ -108,8 +109,11 @@ CODE_SAMPLE
}
private function shouldSkipClass(Class_ $class) : bool
{
if ($class->isAnonymous()) {
return \true;
}
// we are in the test case
if ($this->isName($class, '*Test')) {
if ($class->name instanceof Identifier && \substr_compare($class->name->toString(), 'Test', -\strlen('Test')) === 0) {
return \true;
}
$phpDocInfo = $this->phpDocInfoFactory->createFromNodeOrEmpty($class);