Skip to content

Commit

Permalink
Updated Rector to commit 7165002817bab1c4d4a17b40fcc6c5cc3d4b2af6
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 15, 2023
1 parent 97db597 commit 0648bce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 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 = '78e491aae512e1b354427621a3171c506477aabe';
public const PACKAGE_VERSION = '7165002817bab1c4d4a17b40fcc6c5cc3d4b2af6';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-08-16 00:29:21';
public const RELEASE_DATE = '2023-08-16 00:33:31';
/**
* @var int
*/
Expand Down
3 changes: 0 additions & 3 deletions src/DependencyInjection/LazyContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ public function create() : RectorConfig
$rectorConfig->when(TypeParser::class)->needs('$usedAttributes')->give(['lines' => \true, 'indexes' => \true]);
$rectorConfig->when(ConstExprParser::class)->needs('$usedAttributes')->give(['lines' => \true, 'indexes' => \true]);
$rectorConfig->alias(TypeParser::class, BetterTypeParser::class);
// dev
$rectorConfig->tag(MissingInSetCommand::class, Command::class);
$rectorConfig->tag(OutsideAnySetCommand::class, Command::class);
$rectorConfig->when(ApplicationFileProcessor::class)->needs('$fileProcessors')->giveTagged(FileProcessorInterface::class);
$rectorConfig->when(FileFactory::class)->needs('$fileProcessors')->giveTagged(FileProcessorInterface::class);
$rectorConfig->when(RectorNodeTraverser::class)->needs('$phpRectors')->giveTagged(PhpRectorInterface::class);
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 ComposerAutoloaderInite8bede17ce0e8cd6da0841542987f613::getLoader();
return ComposerAutoloaderIniteae9c7b3109781fd054d0919256e73bd::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 ComposerAutoloaderInite8bede17ce0e8cd6da0841542987f613
class ComposerAutoloaderIniteae9c7b3109781fd054d0919256e73bd
{
private static $loader;

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

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

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

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

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

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

0 comments on commit 0648bce

Please sign in to comment.