Skip to content

Commit

Permalink
Updated Rector to commit e920ade7b67a17dbf7e6129585a3261f1fd1540e
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 23, 2022
1 parent f233f27 commit 5003a01
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
/**
* @deprecated Moving doc types to type declarations is dangerous. Use specific strict type inferers instead.
* Use specific rules to infer params instead. This rule will be split info many small ones.
* Use specific rules to infer params instead. This rule will be split into many small ones.
*/
final class ParamTypeDeclarationRector extends AbstractRector implements DeprecatedRectorInterface
{
Expand Down Expand Up @@ -62,7 +62,7 @@ public function run(int $number)
*/
public function refactor(Node $node) : ?Node
{
$this->symfonyStyle->error('Use specific rules to infer params instead. This rule was split info many small ones.');
$this->symfonyStyle->error('Use specific rules to infer params instead. This rule was split into many small ones.');
\sleep(5);
return null;
}
Expand Down
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 = 'ab3ad293122bafa96d9e8fc64ac15f0220aa9ecc';
public const PACKAGE_VERSION = 'e920ade7b67a17dbf7e6129585a3261f1fd1540e';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2022-12-23 18:19:17';
public const RELEASE_DATE = '2022-12-24 01:01: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 ComposerAutoloaderInit2a54a810c19f0a899d39cbcb40410e6a::getLoader();
return ComposerAutoloaderInitded2f83f5e19fc6bbb5a7180b1f8f0e2::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 ComposerAutoloaderInit2a54a810c19f0a899d39cbcb40410e6a
class ComposerAutoloaderInitded2f83f5e19fc6bbb5a7180b1f8f0e2
{
private static $loader;

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

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

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

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

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

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

0 comments on commit 5003a01

Please # to comment.