Skip to content

Commit

Permalink
Updated Rector to commit 17fe187769dba735386f3afbad705e27de46b887
Browse files Browse the repository at this point in the history
rectorphp/rector-src@17fe187 [TypeDeclaration] Skip param setter method intersection docblock not autoload on ReturnNeverTypeRector (#4721)
  • Loading branch information
TomasVotruba committed Aug 8, 2023
1 parent dc504e2 commit ee45a5a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private function hasNeverFuncCall($functionLike) : bool
if ($stmt instanceof Stmt) {
continue;
}
$stmtType = $this->getType($stmt);
$stmtType = $this->nodeTypeResolver->getNativeType($stmt);
if ($stmtType instanceof NeverType) {
$hasNeverType = \true;
}
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 = '0a8ffe3ac8f42a93fb2853cc7ee93a1acced8a89';
public const PACKAGE_VERSION = '17fe187769dba735386f3afbad705e27de46b887';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-08-08 15:25:06';
public const RELEASE_DATE = '2023-08-08 22:21:35';
/**
* @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 ComposerAutoloaderInitebf478da959bcf9aa9dc70a887e6d0ae::getLoader();
return ComposerAutoloaderInitdda9f69d2bc612436a631b21f48bf704::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 ComposerAutoloaderInitebf478da959bcf9aa9dc70a887e6d0ae
class ComposerAutoloaderInitdda9f69d2bc612436a631b21f48bf704
{
private static $loader;

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

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

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

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

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

}, null, ClassLoader::class);
}
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@
},
{
"name": "illuminate\/container",
"version": "v10.17.1",
"version_normalized": "10.17.1.0",
"version": "v10.18.0",
"version_normalized": "10.18.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/illuminate\/container.git",
Expand Down Expand Up @@ -561,8 +561,8 @@
},
{
"name": "illuminate\/contracts",
"version": "v10.17.1",
"version_normalized": "10.17.1.0",
"version": "v10.18.0",
"version_normalized": "10.18.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/illuminate\/contracts.git",
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php

Large diffs are not rendered by default.

0 comments on commit ee45a5a

Please sign in to comment.