Skip to content

Commit

Permalink
Updated Rector to commit a4bc873216f6d468524f95ca2746224c48311c2e
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 10, 2023
1 parent 852f522 commit fd27dcf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion rules/DeadCode/PhpDoc/DeadVarTagValueNodeAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare (strict_types=1);
namespace Rector\DeadCode\PhpDoc;

use PHPStan\Type\IntersectionType;
use PhpParser\Node\Stmt\Property;
use PHPStan\PhpDocParser\Ast\PhpDoc\VarTagValueNode;
use PHPStan\Type\IntersectionType;
use PHPStan\Type\UnionType;
use Rector\NodeTypeResolver\TypeComparator\TypeComparator;
use Rector\StaticTypeMapper\StaticTypeMapper;
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 = 'f4b71a5406b7a79e7fa09659c6a1ca0014a558e1';
public const PACKAGE_VERSION = 'a4bc873216f6d468524f95ca2746224c48311c2e';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-08-10 13:07:59';
public const RELEASE_DATE = '2023-08-10 14:12:23';
/**
* @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 ComposerAutoloaderInitba66c56af281cbaddbdf0c396c81d7b8::getLoader();
return ComposerAutoloaderInit9f51db4b0173320d34e757c03e1ac751::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 ComposerAutoloaderInitba66c56af281cbaddbdf0c396c81d7b8
class ComposerAutoloaderInit9f51db4b0173320d34e757c03e1ac751
{
private static $loader;

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

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

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

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

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

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

0 comments on commit fd27dcf

Please sign in to comment.