Skip to content

Commit eb6a3e3

Browse files
committed
Updated Rector to commit 05371b72780605a5e868d389815d5f173cd86efe
rectorphp/rector-src@05371b7 Bump to PHPStan ^2.1.48 (#7971)
1 parent b53db8b commit eb6a3e3

8 files changed

Lines changed: 33 additions & 33 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^7.4|^8.0",
12-
"phpstan/phpstan": "^2.1.47"
12+
"phpstan/phpstan": "^2.1.48"
1313
},
1414
"autoload": {
1515
"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 = 'c5768393422409499e36d53fcdeac88f103f9b6c';
22+
public const PACKAGE_VERSION = '05371b72780605a5e868d389815d5f173cd86efe';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-04-14 12:11:18';
27+
public const RELEASE_DATE = '2026-04-16 14:00:07';
2828
/**
2929
* @var int
3030
*/

vendor/autoload.php

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

2020
require_once __DIR__ . '/composer/autoload_real.php';
2121

22-
return ComposerAutoloaderInit92964056ad89bd4a8cca0bd266204f9b::getLoader();
22+
return ComposerAutoloaderInit25e4f3f35f336bb6b0e300b37167c850::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 ComposerAutoloaderInit92964056ad89bd4a8cca0bd266204f9b
5+
class ComposerAutoloaderInit25e4f3f35f336bb6b0e300b37167c850
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('ComposerAutoloaderInit92964056ad89bd4a8cca0bd266204f9b', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit25e4f3f35f336bb6b0e300b37167c850', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27-
spl_autoload_unregister(array('ComposerAutoloaderInit92964056ad89bd4a8cca0bd266204f9b', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit25e4f3f35f336bb6b0e300b37167c850', 'loadClassLoader'));
2828

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

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

35-
$filesToLoad = \Composer\Autoload\ComposerStaticInit92964056ad89bd4a8cca0bd266204f9b::$files;
35+
$filesToLoad = \Composer\Autoload\ComposerStaticInit25e4f3f35f336bb6b0e300b37167c850::$files;
3636
$requireFile = \Closure::bind(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 ComposerStaticInit92964056ad89bd4a8cca0bd266204f9b
7+
class ComposerStaticInit25e4f3f35f336bb6b0e300b37167c850
88
{
99
public static $files = array (
1010
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
@@ -3277,9 +3277,9 @@ class ComposerStaticInit92964056ad89bd4a8cca0bd266204f9b
32773277
public static function getInitializer(ClassLoader $loader)
32783278
{
32793279
return \Closure::bind(function () use ($loader) {
3280-
$loader->prefixLengthsPsr4 = ComposerStaticInit92964056ad89bd4a8cca0bd266204f9b::$prefixLengthsPsr4;
3281-
$loader->prefixDirsPsr4 = ComposerStaticInit92964056ad89bd4a8cca0bd266204f9b::$prefixDirsPsr4;
3282-
$loader->classMap = ComposerStaticInit92964056ad89bd4a8cca0bd266204f9b::$classMap;
3280+
$loader->prefixLengthsPsr4 = ComposerStaticInit25e4f3f35f336bb6b0e300b37167c850::$prefixLengthsPsr4;
3281+
$loader->prefixDirsPsr4 = ComposerStaticInit25e4f3f35f336bb6b0e300b37167c850::$prefixDirsPsr4;
3282+
$loader->classMap = ComposerStaticInit25e4f3f35f336bb6b0e300b37167c850::$classMap;
32833283

32843284
}, null, ClassLoader::class);
32853285
}

vendor/composer/installed.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,8 +2335,8 @@
23352335
},
23362336
{
23372337
"name": "symfony\/polyfill-ctype",
2338-
"version": "v1.34.0",
2339-
"version_normalized": "1.34.0.0",
2338+
"version": "v1.36.0",
2339+
"version_normalized": "1.36.0.0",
23402340
"source": {
23412341
"type": "git",
23422342
"url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
@@ -2397,7 +2397,7 @@
23972397
"portable"
23982398
],
23992399
"support": {
2400-
"source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.34.0"
2400+
"source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.36.0"
24012401
},
24022402
"funding": [
24032403
{
@@ -2421,8 +2421,8 @@
24212421
},
24222422
{
24232423
"name": "symfony\/polyfill-intl-grapheme",
2424-
"version": "v1.34.0",
2425-
"version_normalized": "1.34.0.0",
2424+
"version": "v1.36.0",
2425+
"version_normalized": "1.36.0.0",
24262426
"source": {
24272427
"type": "git",
24282428
"url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
@@ -2482,7 +2482,7 @@
24822482
"shim"
24832483
],
24842484
"support": {
2485-
"source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.34.0"
2485+
"source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.36.0"
24862486
},
24872487
"funding": [
24882488
{
@@ -2506,8 +2506,8 @@
25062506
},
25072507
{
25082508
"name": "symfony\/polyfill-intl-normalizer",
2509-
"version": "v1.34.0",
2510-
"version_normalized": "1.34.0.0",
2509+
"version": "v1.36.0",
2510+
"version_normalized": "1.36.0.0",
25112511
"source": {
25122512
"type": "git",
25132513
"url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git",
@@ -2570,7 +2570,7 @@
25702570
"shim"
25712571
],
25722572
"support": {
2573-
"source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.34.0"
2573+
"source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.36.0"
25742574
},
25752575
"funding": [
25762576
{
@@ -2594,8 +2594,8 @@
25942594
},
25952595
{
25962596
"name": "symfony\/polyfill-mbstring",
2597-
"version": "v1.34.0",
2598-
"version_normalized": "1.34.0.0",
2597+
"version": "v1.36.0",
2598+
"version_normalized": "1.36.0.0",
25992599
"source": {
26002600
"type": "git",
26012601
"url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
@@ -2658,7 +2658,7 @@
26582658
"shim"
26592659
],
26602660
"support": {
2661-
"source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.34.0"
2661+
"source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.36.0"
26622662
},
26632663
"funding": [
26642664
{
@@ -2682,8 +2682,8 @@
26822682
},
26832683
{
26842684
"name": "symfony\/polyfill-php84",
2685-
"version": "v1.34.0",
2686-
"version_normalized": "1.34.0.0",
2685+
"version": "v1.36.0",
2686+
"version_normalized": "1.36.0.0",
26872687
"source": {
26882688
"type": "git",
26892689
"url": "https:\/\/github.com\/symfony\/polyfill-php84.git",
@@ -2741,7 +2741,7 @@
27412741
"shim"
27422742
],
27432743
"support": {
2744-
"source": "https:\/\/github.com\/symfony\/polyfill-php84\/tree\/v1.34.0"
2744+
"source": "https:\/\/github.com\/symfony\/polyfill-php84\/tree\/v1.36.0"
27452745
},
27462746
"funding": [
27472747
{
@@ -2765,8 +2765,8 @@
27652765
},
27662766
{
27672767
"name": "symfony\/polyfill-php85",
2768-
"version": "v1.34.0",
2769-
"version_normalized": "1.34.0.0",
2768+
"version": "v1.36.0",
2769+
"version_normalized": "1.36.0.0",
27702770
"source": {
27712771
"type": "git",
27722772
"url": "https:\/\/github.com\/symfony\/polyfill-php85.git",
@@ -2824,7 +2824,7 @@
28242824
"shim"
28252825
],
28262826
"support": {
2827-
"source": "https:\/\/github.com\/symfony\/polyfill-php85\/tree\/v1.34.0"
2827+
"source": "https:\/\/github.com\/symfony\/polyfill-php85\/tree\/v1.36.0"
28282828
},
28292829
"funding": [
28302830
{

0 commit comments

Comments
 (0)