Skip to content

Commit a8b92be

Browse files
committed
Updated Rector to commit 27d57142d9581209db7809c3e1f50e77140574cb
rectorphp/rector-src@27d5714 Bump to PHPStan ^1.9.6 (#3266)
1 parent ee002f4 commit a8b92be

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.2|^8.0",
10-
"phpstan/phpstan": "^1.9.5"
10+
"phpstan/phpstan": "^1.9.6"
1111
},
1212
"autoload": {
1313
"files": [

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = 'fe5292d39dde5bfbd9ad3f652762bf70f621ee48';
22+
public const PACKAGE_VERSION = '27d57142d9581209db7809c3e1f50e77140574cb';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2023-01-03 01:40:54';
27+
public const RELEASE_DATE = '2023-01-03 15:33:12';
2828
/**
2929
* @var int
3030
*/

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInit9d1efbb74cdcdc6b90f9507aa7909ab4::getLoader();
25+
return ComposerAutoloaderInit481e8c1e1d1a7e59e0ae97967141693f::getLoader();

vendor/composer/autoload_real.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit9d1efbb74cdcdc6b90f9507aa7909ab4
5+
class ComposerAutoloaderInit481e8c1e1d1a7e59e0ae97967141693f
66
{
77
private static $loader;
88

@@ -22,17 +22,17 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInit9d1efbb74cdcdc6b90f9507aa7909ab4', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit481e8c1e1d1a7e59e0ae97967141693f', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27-
spl_autoload_unregister(array('ComposerAutoloaderInit9d1efbb74cdcdc6b90f9507aa7909ab4', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit481e8c1e1d1a7e59e0ae97967141693f', 'loadClassLoader'));
2828

2929
require __DIR__ . '/autoload_static.php';
30-
call_user_func(\Composer\Autoload\ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInit481e8c1e1d1a7e59e0ae97967141693f::getInitializer($loader));
3131

3232
$loader->setClassMapAuthoritative(true);
3333
$loader->register(true);
3434

35-
$filesToLoad = \Composer\Autoload\ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4::$files;
35+
$filesToLoad = \Composer\Autoload\ComposerStaticInit481e8c1e1d1a7e59e0ae97967141693f::$files;
3636
$requireFile = static function ($fileIdentifier, $file) {
3737
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
3838
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4
7+
class ComposerStaticInit481e8c1e1d1a7e59e0ae97967141693f
88
{
99
public static $files = array (
1010
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@@ -3063,9 +3063,9 @@ class ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4
30633063
public static function getInitializer(ClassLoader $loader)
30643064
{
30653065
return \Closure::bind(function () use ($loader) {
3066-
$loader->prefixLengthsPsr4 = ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4::$prefixLengthsPsr4;
3067-
$loader->prefixDirsPsr4 = ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4::$prefixDirsPsr4;
3068-
$loader->classMap = ComposerStaticInit9d1efbb74cdcdc6b90f9507aa7909ab4::$classMap;
3066+
$loader->prefixLengthsPsr4 = ComposerStaticInit481e8c1e1d1a7e59e0ae97967141693f::$prefixLengthsPsr4;
3067+
$loader->prefixDirsPsr4 = ComposerStaticInit481e8c1e1d1a7e59e0ae97967141693f::$prefixDirsPsr4;
3068+
$loader->classMap = ComposerStaticInit481e8c1e1d1a7e59e0ae97967141693f::$classMap;
30693069

30703070
}, null, ClassLoader::class);
30713071
}

vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -797,17 +797,17 @@
797797
},
798798
{
799799
"name": "phpstan\/phpstan",
800-
"version": "1.9.5",
801-
"version_normalized": "1.9.5.0",
800+
"version": "1.9.6",
801+
"version_normalized": "1.9.6.0",
802802
"source": {
803803
"type": "git",
804804
"url": "https:\/\/github.com\/phpstan\/phpstan.git",
805-
"reference": "4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034"
805+
"reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e"
806806
},
807807
"dist": {
808808
"type": "zip",
809-
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034",
810-
"reference": "4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034",
809+
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/ef38a25950e5d0e6c95eedf49d8a784272f8dc5e",
810+
"reference": "ef38a25950e5d0e6c95eedf49d8a784272f8dc5e",
811811
"shasum": ""
812812
},
813813
"require": {
@@ -816,7 +816,7 @@
816816
"conflict": {
817817
"phpstan\/phpstan-shim": "*"
818818
},
819-
"time": "2023-01-02T21:35:42+00:00",
819+
"time": "2023-01-03T13:40:32+00:00",
820820
"bin": [
821821
"phpstan",
822822
"phpstan.phar"
@@ -839,7 +839,7 @@
839839
],
840840
"support": {
841841
"issues": "https:\/\/github.com\/phpstan\/phpstan\/issues",
842-
"source": "https:\/\/github.com\/phpstan\/phpstan\/tree\/1.9.5"
842+
"source": "https:\/\/github.com\/phpstan\/phpstan\/tree\/1.9.6"
843843
},
844844
"funding": [
845845
{

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
3.47 KB
Binary file not shown.
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
-----BEGIN PGP SIGNATURE-----
22

3-
iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmOzTiAACgkQzxoQjQ56
4-
5yBEaA//eqJk0tP0jHmEHMLj3YyAzS9YZyQVK3x5KwSCu/avyr1/7S6ZbSySv8J2
5-
JqzW/JItmzn5IzqSp3k0S4bGGYPydGe29l82fPq3Zlpv8Sg86XNpLE9KEngbIkON
6-
BVizonbuPqenZDuQWQTiNvr7xfbnhqzVGxhpOaQoj8SLl5Fk4qtQLHyfK2+eAFlH
7-
RlpYuDq67FWZ5bLmuIvGaSI+6aDtdvhRoetw753r6T9ZiZVKF8U4vTZgj0nOd9d+
8-
ilC62SV9EVRbTYfWoaAy0PrKHN2zCQIY/Ezr703p7xSSnujSV8GB3OhfBWYR+gZ4
9-
XQuRR4iUaQfGOWT/Mii+Sd4H+8YXx3JOWunUfJiVY05+hhZTNxjR/nTgr12mTO21
10-
Kt6ETsTFxoIJnCvmE8TaOPKqiEzEDKYZt2j88GTBse3tk18A2g06uAQJgBCAKxIN
11-
N4B5yHDfLB6Ghm+NJuVwxerP/0ZWvTOJQSF7Uh3foRLS2EjhhsFXlJOvkyFZnxuB
12-
oWsfQhxWzs0qZYbsloXX8K4sWWpGrdfa99i/Xmkio+mueGkZWiB2q9CzgwsKCiV9
13-
X1qnGFVht9ZbhaFJS1QcJrj4+FhkdAiD1sj2qs7Lb9W9veVoUIH1qHBx1mAzF9eu
14-
VZLHvdCTmobOyjpDOS+OACz2mHijas6agWZtQTI82arLCGVgALI=
15-
=GYkD
3+
iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmO0MD8ACgkQzxoQjQ56
4+
5yA+Lg//Yz01RjpdcpiqN4mbrkrx19trkNGYmg0hNqaClgbXPqLgTy5htuHYePwK
5+
/amy7uVNOg4VLrqk/5IhP9hH4K6XH+5p1lru/gQQhLOS+j2Xwk2oNBsGw7KE0bH2
6+
AQfHroNNTtP9cnySlQL6dRG2d95EH57I4mwZ4qc8cc6EFBt1HUp2Gl6lzgm+Qafz
7+
Xz5rosaHy8D2CF7w0Uou8YmUrd3dNAfQVnY+OEsuc9uEoOfYGb63XDOfGaN3G+s2
8+
hK7lJ7FxxLCMGcB0skpMG1ByQe8tTsJfjVB6bM0EoO3jgA2Xc8oVM2RE36W1hezL
9+
/gkNKPdbYc4iUOODePFNPSJguzZILdacqsuSEO5yQMwXGczCy+ZSdcXiId3ddgji
10+
6w+EOHKuIn9eLxJTJz3Txief+YoqozDpmbsZlEkJWFnubLEYAzrO2paD1tAFmJoQ
11+
2Gyb3aBwsGLul0QxvkFgyCZvsJ+jlYEDoTkvtALsh6rE1QSM2nNnisX7TQy9OcWY
12+
6qIuR+Q7Bylq4lZUAS0zt6FEwESZKX1ugGFBiSS8DqfcsoyemPEQseTyN84gCncJ
13+
y6Jm4pN7XnAlErE+y+QheHW7EeBYmsm20o7kdVdWi4/dDPLzM24++UqS4DTCprFq
14+
QcaES9KnKiRc817Q20pIym75Gx490G5SSJvuMZfc0qhlwNhm9Eg=
15+
=VOUC
1616
-----END PGP SIGNATURE-----

0 commit comments

Comments
 (0)