Skip to content

Commit

Permalink
Updated Rector to commit 08ac19c956c2608188bca81044034bc2590a8d55
Browse files Browse the repository at this point in the history
rectorphp/rector-src@08ac19c [cs] Make use of new ECS config (#5445)
  • Loading branch information
TomasVotruba committed Jan 8, 2024
1 parent f775017 commit 0a2b185
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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 = 'e3ccf175943f4b44c521029c090c6907b83d4a6c';
public const PACKAGE_VERSION = '08ac19c956c2608188bca81044034bc2590a8d55';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-08 13:53:12';
public const RELEASE_DATE = '2024-01-08 15:15:31';
/**
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion src/NodeTypeResolver/NodeTypeResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
declare (strict_types=1);
namespace Rector\NodeTypeResolver;

use PhpParser\Node\Expr\NullsafeMethodCall;
use PhpParser\Node;
use PhpParser\Node\Expr;
use PhpParser\Node\Expr\ArrayDimFetch;
Expand All @@ -12,6 +11,7 @@
use PhpParser\Node\Expr\ConstFetch;
use PhpParser\Node\Expr\MethodCall;
use PhpParser\Node\Expr\New_;
use PhpParser\Node\Expr\NullsafeMethodCall;
use PhpParser\Node\Expr\StaticCall;
use PhpParser\Node\Expr\Ternary;
use PhpParser\Node\Name;
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 ComposerAutoloaderInit07b2f335d5233d948972fb232e8d761c::getLoader();
return ComposerAutoloaderInitdeb3725ed737f28bf304e0c453b9c684::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 ComposerAutoloaderInit07b2f335d5233d948972fb232e8d761c
class ComposerAutoloaderInitdeb3725ed737f28bf304e0c453b9c684
{
private static $loader;

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

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

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

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

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

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function humbug_phpscoper_expose_class($exposed, $prefixed) {
}
}
humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202401\AutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit07b2f335d5233d948972fb232e8d761c', 'RectorPrefix202401\ComposerAutoloaderInit07b2f335d5233d948972fb232e8d761c');
humbug_phpscoper_expose_class('ComposerAutoloaderInitdeb3725ed737f28bf304e0c453b9c684', 'RectorPrefix202401\ComposerAutoloaderInitdeb3725ed737f28bf304e0c453b9c684');
humbug_phpscoper_expose_class('Product', 'RectorPrefix202401\Product');

// Function aliases. For more information see:
Expand Down

0 comments on commit 0a2b185

Please sign in to comment.