Skip to content

Commit

Permalink
Rector 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 23, 2023
1 parent 94b9794 commit 0e76101
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '079cd5116ab16585e9b656ad7cd6eef8417137ef';
public const PACKAGE_VERSION = '0.17.7';
/**
* @api
* @var string
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 ComposerAutoloaderInit6b71eb074528dbe72b165cc55711cf9c::getLoader();
return ComposerAutoloaderInitf0819f53ad27ed1d103d9864261fddf3::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 ComposerAutoloaderInit6b71eb074528dbe72b165cc55711cf9c
class ComposerAutoloaderInitf0819f53ad27ed1d103d9864261fddf3
{
private static $loader;

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

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

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

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

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

}, null, ClassLoader::class);
}
Expand Down
9 changes: 5 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": "2d14418731b6d1256ed7620f323f9e81953fdf31"
"reference": "281257f6dc923073cb9a7952da519fbec5943845"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/2d14418731b6d1256ed7620f323f9e81953fdf31",
"reference": "2d14418731b6d1256ed7620f323f9e81953fdf31",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/281257f6dc923073cb9a7952da519fbec5943845",
"reference": "281257f6dc923073cb9a7952da519fbec5943845",
"shasum": ""
},
"require": {
Expand All @@ -1944,10 +1944,11 @@
"symplify\/phpstan-rules": "^11.1",
"symplify\/rule-doc-generator": "^11.1",
"symplify\/vendor-patches": "^11.1",
"tomasvotruba\/class-leak": "0.0.22.72",
"tomasvotruba\/type-coverage": "^0.2",
"tomasvotruba\/unused-public": "^0.1"
},
"time": "2023-07-18T15:16:38+00:00",
"time": "2023-07-23T20:25:43+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 2d14418'), '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 6794ce3'), '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 87b593f'), '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 a0af12a'));
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 281257f'), '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 6794ce3'), '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 87b593f'), '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 a0af12a'));
private function __construct()
{
}
Expand Down
3 changes: 2 additions & 1 deletion vendor/rector/rector-doctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"rector\/rector-generator": "^0.6",
"symplify\/easy-ci": "^11.2",
"tomasvotruba\/unused-public": "^0.1",
"tomasvotruba\/type-coverage": "^0.2"
"tomasvotruba\/type-coverage": "^0.2",
"tomasvotruba\/class-leak": "0.0.22.72"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0e76101

Please sign in to comment.