Skip to content

Commit

Permalink
Updated Rector to commit 1184d2f30404844ce1c0fe161c5c6c0509127506
Browse files Browse the repository at this point in the history
rectorphp/rector-src@1184d2f Use faster paratest in complete-check composer script (#3637)
  • Loading branch information
TomasVotruba committed Apr 20, 2023
1 parent d4a0c8e commit 06ab496
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '8425c9090832424c6c93638af5c71592151e92d6';
public const PACKAGE_VERSION = '1184d2f30404844ce1c0fe161c5c6c0509127506';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-04-20 20:46:07';
public const RELEASE_DATE = '2023-04-20 21:54:28';
/**
* @var int
*/
Expand Down
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 ComposerAutoloaderInit5c900006fca6d79efe472038dd962a7f::getLoader();
return ComposerAutoloaderInit1b76628dfcf53623148e6168046876e1::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 ComposerAutoloaderInit5c900006fca6d79efe472038dd962a7f
class ComposerAutoloaderInit1b76628dfcf53623148e6168046876e1
{
private static $loader;

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

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

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

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

$filesToLoad = \Composer\Autoload\ComposerStaticInit5c900006fca6d79efe472038dd962a7f::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit1b76628dfcf53623148e6168046876e1::$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 ComposerStaticInit5c900006fca6d79efe472038dd962a7f
class ComposerStaticInit1b76628dfcf53623148e6168046876e1
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -3149,9 +3149,9 @@ class ComposerStaticInit5c900006fca6d79efe472038dd962a7f
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5c900006fca6d79efe472038dd962a7f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5c900006fca6d79efe472038dd962a7f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5c900006fca6d79efe472038dd962a7f::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit1b76628dfcf53623148e6168046876e1::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1b76628dfcf53623148e6168046876e1::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1b76628dfcf53623148e6168046876e1::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit 06ab496

Please sign in to comment.