Skip to content

Commit

Permalink
Updated Rector to commit 1da1e62cc92be1df0d51f5a69d0d3d865918426d
Browse files Browse the repository at this point in the history
rectorphp/rector-src@1da1e62 [automated] Apply Coding Standard (#4526)
  • Loading branch information
TomasVotruba committed Jul 16, 2023
1 parent adf8324 commit 8525cf1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
declare (strict_types=1);
namespace Rector\TypeDeclaration\TypeAnalyzer;

use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Scalar\String_;
use PhpParser\Node\Scalar\LNumber;
use PhpParser\Node\Scalar\DNumber;
use PhpParser\Node;
use PhpParser\Node\Expr;
use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Expr\FuncCall;
use PhpParser\Node\Expr\MethodCall;
use PhpParser\Node\Expr\StaticCall;
use PhpParser\Node\Identifier;
use PhpParser\Node\Name;
use PhpParser\Node\NullableType;
use PhpParser\Node\Scalar;
use PhpParser\Node\Scalar\DNumber;
use PhpParser\Node\Scalar\LNumber;
use PhpParser\Node\Scalar\String_;
use PhpParser\Node\Stmt\Return_;
use PHPStan\Analyser\Scope;
use PHPStan\Reflection\FunctionVariantWithPhpDocs;
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 = '654c35f5c4aa9df3fc595dd8adf7738ec4908f37';
public const PACKAGE_VERSION = '1da1e62cc92be1df0d51f5a69d0d3d865918426d';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-07-16 00:34:22';
public const RELEASE_DATE = '2023-07-16 00:35:05';
/**
* @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 ComposerAutoloaderInitf8495aa0d8ea49409ba5bc9e975d22e2::getLoader();
return ComposerAutoloaderInitbde0829d6868c12102afc17882ecbb5f::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 ComposerAutoloaderInitf8495aa0d8ea49409ba5bc9e975d22e2
class ComposerAutoloaderInitbde0829d6868c12102afc17882ecbb5f
{
private static $loader;

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

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

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

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

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

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

0 comments on commit 8525cf1

Please sign in to comment.