Updated Rector to commit 76504227a46a540c8736759103478db2459ec5ca

76504227a4 Clean up parallel-lint exclude on downgrade build (#5590)
This commit is contained in:
Tomas Votruba 2024-02-09 08:58:21 +00:00
parent 3f928476d9
commit a0a66ea1c7
10 changed files with 21 additions and 52 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '2c65489cfd178fbd0e4d2b52b504a7541e34bc59';
public const PACKAGE_VERSION = '76504227a46a540c8736759103478db2459ec5ca';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-02-09 15:48:01';
public const RELEASE_DATE = '2024-02-09 08:56:07';
/**
* @var int
*/

2
vendor/autoload.php vendored
View File

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

View File

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

View File

@ -2535,17 +2535,17 @@
},
{
"name": "symplify\/easy-parallel",
"version": "11.2.1",
"version_normalized": "11.2.1.0",
"version": "11.2.2",
"version_normalized": "11.2.2.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symplify\/easy-parallel.git",
"reference": "ebc9ec259500af0147178f97720ea67a6c81cbd9"
"reference": "8586c18bb8efb31cd192a4e5cc94ae7813f72ed9"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symplify\/easy-parallel\/zipball\/ebc9ec259500af0147178f97720ea67a6c81cbd9",
"reference": "ebc9ec259500af0147178f97720ea67a6c81cbd9",
"url": "https:\/\/api.github.com\/repos\/symplify\/easy-parallel\/zipball\/8586c18bb8efb31cd192a4e5cc94ae7813f72ed9",
"reference": "8586c18bb8efb31cd192a4e5cc94ae7813f72ed9",
"shasum": ""
},
"require": {
@ -2564,7 +2564,7 @@
"symplify\/easy-coding-standard": "^12.1",
"tomasvotruba\/class-leak": "^0.2.6"
},
"time": "2024-02-07T23:35:00+00:00",
"time": "2024-02-08T04:56:53+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@ -2579,7 +2579,7 @@
"description": "Helper package for easier CLI project parallelization",
"support": {
"issues": "https:\/\/github.com\/symplify\/easy-parallel\/issues",
"source": "https:\/\/github.com\/symplify\/easy-parallel\/tree\/11.2.1"
"source": "https:\/\/github.com\/symplify\/easy-parallel\/tree\/11.2.2"
},
"funding": [
{

File diff suppressed because one or more lines are too long

View File

@ -30,7 +30,7 @@ if (!function_exists('humbug_phpscoper_expose_class')) {
}
}
humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202402\AutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit1b339dc0499cd68a8f6303eceabc7478', 'RectorPrefix202402\ComposerAutoloaderInit1b339dc0499cd68a8f6303eceabc7478');
humbug_phpscoper_expose_class('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'RectorPrefix202402\ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54');
humbug_phpscoper_expose_class('Product', 'RectorPrefix202402\Product');
// Function aliases. For more information see:

View File

@ -1,7 +0,0 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202402;
use RectorPrefix202402\Symplify\EasyCodingStandard\Config\ECSConfig;
return ECSConfig::configure()->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])->withRootFiles()->withPreparedSets(common: \true, psr12: \true);

View File

@ -1,17 +0,0 @@
parameters:
level: 8
paths:
- src
- tests
excludePaths:
- '*/Source/*'
- '*/Fixture/*'
ignoreErrors:
-
message: '#Parameter \#2 \$length of function array_chunk expects int<1, max>, int given#'
path: src/ScheduleFactory.php
- '#Parameter \#1 \$stream of function (rewind|stream_get_contents|fclose) expects resource, resource\|null given#'

View File

@ -1,7 +0,0 @@
<?php
declare (strict_types=1);
namespace RectorPrefix202402;
use Rector\Config\RectorConfig;
return RectorConfig::configure()->withPreparedSets(\true, \true, \true, \false, \true, \true, \false, \true)->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])->withImportNames(\true, \true, \true, \true)->withPhpSets()->withSkip(['*/Source/*']);