Skip to content

Commit

Permalink
Updated Rector to commit 5438c558066953abc6d800e94e7ffbff4215acff
Browse files Browse the repository at this point in the history
rectorphp/rector-src@5438c55 Fix command to configure rector (#4314)
  • Loading branch information
TomasVotruba committed Jun 22, 2023
1 parent 7f7ffb5 commit 7378068
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are 2 main ways to use Rector:
To use them, create a `rector.php` in your root directory:

```bash
vendor/bin/rector init
vendor/bin/rector
```

And modify it:
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 = '11796980f4d5cc4c2b07d765fdef097697d40708';
public const PACKAGE_VERSION = '5438c558066953abc6d800e94e7ffbff4215acff';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-06-21 23:09:10';
public const RELEASE_DATE = '2023-06-22 16:58:02';
/**
* @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 ComposerAutoloaderInit8e9a5c447c80fd27934e8e95b9400fb7::getLoader();
return ComposerAutoloaderInit6d50cdc059557f8a24cbde7c2346ef1c::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 ComposerAutoloaderInit8e9a5c447c80fd27934e8e95b9400fb7
class ComposerAutoloaderInit6d50cdc059557f8a24cbde7c2346ef1c
{
private static $loader;

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

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

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

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

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

}, null, ClassLoader::class);
}
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,17 +976,17 @@
},
{
"name": "phpstan\/phpstan",
"version": "1.10.20",
"version_normalized": "1.10.20.0",
"version": "1.10.21",
"version_normalized": "1.10.21.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/phpstan\/phpstan.git",
"reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803"
"reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803",
"reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803",
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5",
"reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5",
"shasum": ""
},
"require": {
Expand All @@ -995,7 +995,7 @@
"conflict": {
"phpstan\/phpstan-shim": "*"
},
"time": "2023-06-20T12:07:40+00:00",
"time": "2023-06-21T20:07:58+00:00",
"bin": [
"phpstan",
"phpstan.phar"
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php

Large diffs are not rendered by default.

Binary file modified vendor/phpstan/phpstan/phpstan.phar
Binary file not shown.
26 changes: 13 additions & 13 deletions vendor/phpstan/phpstan/phpstan.phar.asc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEynwsejDI6OEnSoR2UcZzBf/C5cAFAmSRlnIACgkQUcZzBf/C
5cAJXg//SFG9Ax7JYvbJ83YuQ7zgYtXCwIDEBN7gnXbnpy9+PkfhCEwTwBq3Ge8I
BOJc9pLhr7A3slhaU69Hg509yCrTQCy4iX9nqDB71rgoytrOq8s9pl5z4yim3O55
WRzI1aHet3RHlsw8ayR+ZoCpw4bGTwht3LPRxCN6R4UygBmV/gLxbU/o1P0pc/VR
ychSKQyZPkZIpWlcO4FZ9RhnhsxK+sXq2ehSZrXphFlrp8SRsoOSgAd4ZDSEhH6i
E1Kb0BCzxSUrhUWP0mgcJYfhxrrMmaytdKtGsnFzlWn/5tK3VTOECGmWM1icbAlp
yMWGCggo/qICZ/AVFhbfSgn4PsGaYS2bP/l2b/EZoPG7XD3t/0mhIpuEuq9vsp+k
7ngeK5bfxDACAzeEf0aEG3kPHebU+fsL9T/uwuxGpwTWK6z00DyEVITkX+TceiZg
NTM+/08w8AaREPiZ4RvebA7i/Rcx7gAGmX+0IGyKkP/7vGw58Ti4owc0GzTSEC7h
8u+8A9ZB9h7OxNJuhxgkITaO9sL5XEitDweEVQZNF42I+wiOholstl3gz2SwjyFA
6w3lK1lkEABFYl6f0HTIw0mHK7OmuzTF+3iy9fu3O2Fvh2WWQCOZsSNZVGgGKGlf
3zbyzpm73yXe0ldJjswBOgD8mVUVuVRZMT/W4YmwDMsPDR7x45s=
=oCBR
iQIzBAABCgAdFiEEynwsejDI6OEnSoR2UcZzBf/C5cAFAmSTWIcACgkQUcZzBf/C
5cC6bQ/9Fz3LIcJIwhF/8PmMXsWF6kNZSWdaUYmp6JieAG7wNCEgYDPdNekHZ7Vc
kHsBFyWMqzQddOe2hQj2E8oVvSebHqZHAbuLyD9HRCGgptshni5IJ5X33QWAdDWj
SAr9OfLIoECzeTNv0sUPTYEZAMtDTwDYC1HetYZGLcKdwqbkyMeBOfVQf8LbpBEB
uKexMGJh6hI1aV4n5/q0PWWFhMspI7gGSocZ3KhH/iivMuYWUtz/oyfcbMH2BcMX
a56+Sn58SOni1TVBYHWdWyajKsV6ARptXiU8Gfbpzmh41vyq4wED9tdOx+Wf9b1X
wgYgkampOqQ91YfmS4fwkijz6BnSaDYLbtbRQMM4dw62/KEgXm2xivzAFl80/Jh+
mZCvVNR0MJjTBjS1q4bRO0Vchjca/F9wy62ty1QCUPKV1+G67pt5DQ+E+ZFDhQjM
iHiKagKg/bqzSWbnip0yLrH08JSzvfmXa7dj7LJKUnEDHLXgYAmnR77z/9PP4ExF
aCdtbowN72iOPX0cDkIF0KC8yVz3pOD/jl5d19owb/ZHwEmuyH4c/HxTidp8pKKy
V9upESuJCUToJJIPKvRumPUsYwbZLXC2f5uJGsXrMl2sg2Os2A4Gn/8YL/pmh0lI
zbP/bxjA0SI3FDLdi4yccHZOPELL83MXWRsDpZMUFxzxmjkBEeY=
=l5T3
-----END PGP SIGNATURE-----

0 comments on commit 7378068

Please sign in to comment.