Skip to content

Commit

Permalink
Updated Rector to commit 8537bbd52a5b9d8aa619326b750df6dcb1b30f32
Browse files Browse the repository at this point in the history
rectorphp/rector-src@8537bbd [DeadCode] Skip append += assignment on RemoveUnusedPrivatePropertyRector (#4506)
  • Loading branch information
TomasVotruba committed Jul 13, 2023
1 parent 4da4f21 commit 6f18436
Show file tree
Hide file tree
Showing 125 changed files with 16 additions and 3,615 deletions.
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 ComposerAutoloaderInit507b4ac236cd2f9f74226dd15857168d::getLoader();
return ComposerAutoloaderInita0fc3bee25f0e3ca207bc6ec0fa01e46::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 ComposerAutoloaderInit507b4ac236cd2f9f74226dd15857168d
class ComposerAutoloaderInita0fc3bee25f0e3ca207bc6ec0fa01e46
{
private static $loader;

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

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

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

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

$filesToLoad = \Composer\Autoload\ComposerStaticInit507b4ac236cd2f9f74226dd15857168d::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInita0fc3bee25f0e3ca207bc6ec0fa01e46::$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 ComposerStaticInit507b4ac236cd2f9f74226dd15857168d
class ComposerStaticInita0fc3bee25f0e3ca207bc6ec0fa01e46
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -3037,9 +3037,9 @@ class ComposerStaticInit507b4ac236cd2f9f74226dd15857168d
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit507b4ac236cd2f9f74226dd15857168d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit507b4ac236cd2f9f74226dd15857168d::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit507b4ac236cd2f9f74226dd15857168d::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInita0fc3bee25f0e3ca207bc6ec0fa01e46::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita0fc3bee25f0e3ca207bc6ec0fa01e46::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita0fc3bee25f0e3ca207bc6ec0fa01e46::$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 @@ -1917,12 +1917,12 @@
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-doctrine.git",
"reference": "6b6c7d68e76172593c0f2f523cecfe4fbf099531"
"reference": "6af6be50bb83c3608e2a9472fb8b0b50d55bb4ff"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/6b6c7d68e76172593c0f2f523cecfe4fbf099531",
"reference": "6b6c7d68e76172593c0f2f523cecfe4fbf099531",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/6af6be50bb83c3608e2a9472fb8b0b50d55bb4ff",
"reference": "6af6be50bb83c3608e2a9472fb8b0b50d55bb4ff",
"shasum": ""
},
"require": {
Expand All @@ -1947,7 +1947,7 @@
"tomasvotruba\/type-coverage": "^0.2",
"tomasvotruba\/unused-public": "^0.1"
},
"time": "2023-07-13T14:24:28+00:00",
"time": "2023-07-13T16:00:12+00:00",
"default-branch": true,
"type": "rector-extension",
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/rector/extension-installer/src/GeneratedConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
final class GeneratedConfig
{
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 6b6c7d6'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 734960f'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 59b84b7'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main e788554'));
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 6af6be5'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 734960f'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 59b84b7'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main e788554'));
private function __construct()
{
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6f18436

Please sign in to comment.