Skip to content

Commit

Permalink
Updated Rector to commit 2380f6a0d7e2872b3705aba38f7ad85735db9eb5
Browse files Browse the repository at this point in the history
rectorphp/rector-src@2380f6a Revert [Tests] Remove RunTestsInSeparateProcesses in rules-tests (#3564)
  • Loading branch information
TomasVotruba committed Apr 5, 2023
1 parent 288d74e commit a5ead5e
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 = 'be24410a00da07e1aeb4eba8083d0e06f19868a9';
public const PACKAGE_VERSION = '2380f6a0d7e2872b3705aba38f7ad85735db9eb5';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-04-05 07:11:07';
public const RELEASE_DATE = '2023-04-05 00:22:02';
/**
* @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 ComposerAutoloaderInit1372064fed4bfb229fc8833f8bd18c76::getLoader();
return ComposerAutoloaderIniteac065ca80c8629ab17df1e5870bad57::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 ComposerAutoloaderInit1372064fed4bfb229fc8833f8bd18c76
class ComposerAutoloaderIniteac065ca80c8629ab17df1e5870bad57
{
private static $loader;

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

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

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

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

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

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

0 comments on commit a5ead5e

Please sign in to comment.