Skip to content

Commit 2d1139b

Browse files
committed
Updated Rector to commit e72e68284d82dcb8beb0f5bac1c1ec2f8a88494a
rectorphp/rector-src@e72e682 Upgrade webmozart/assert dependency to version 2.1 (#7819)
1 parent 3ef53dd commit 2d1139b

File tree

83 files changed

+3417
-2318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3417
-2318
lines changed

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 = 'e040c5e3ea0f7b42510f8afab967591abd6e6b77';
22+
public const PACKAGE_VERSION = 'e72e68284d82dcb8beb0f5bac1c1ec2f8a88494a';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-01-11 00:45:19';
27+
public const RELEASE_DATE = '2026-01-12 18:19:51';
2828
/**
2929
* @var int
3030
*/

src/Configuration/RectorConfigBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ public function registerService(string $className, ?string $alias = null, ?strin
845845
/**
846846
* DX helper
847847
* @see https://getrector.com/documentation/creating-a-node-visitor
848+
* @param class-string $decoratingNodeVisitorClass
848849
*/
849850
public function registerDecoratingNodeVisitor(string $decoratingNodeVisitorClass): self
850851
{

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

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

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

35-
$filesToLoad = \Composer\Autoload\ComposerStaticInit8feb715f5d726b0b23c2b018f39541bb::$files;
35+
$filesToLoad = \Composer\Autoload\ComposerStaticInit7001fb5f7b9b8dbb950c02836c7af51c::$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 ComposerStaticInit8feb715f5d726b0b23c2b018f39541bb
7+
class ComposerStaticInit7001fb5f7b9b8dbb950c02836c7af51c
88
{
99
public static $files = array (
1010
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
@@ -3220,9 +3220,9 @@ class ComposerStaticInit8feb715f5d726b0b23c2b018f39541bb
32203220
public static function getInitializer(ClassLoader $loader)
32213221
{
32223222
return \Closure::bind(function () use ($loader) {
3223-
$loader->prefixLengthsPsr4 = ComposerStaticInit8feb715f5d726b0b23c2b018f39541bb::$prefixLengthsPsr4;
3224-
$loader->prefixDirsPsr4 = ComposerStaticInit8feb715f5d726b0b23c2b018f39541bb::$prefixDirsPsr4;
3225-
$loader->classMap = ComposerStaticInit8feb715f5d726b0b23c2b018f39541bb::$classMap;
3223+
$loader->prefixLengthsPsr4 = ComposerStaticInit7001fb5f7b9b8dbb950c02836c7af51c::$prefixLengthsPsr4;
3224+
$loader->prefixDirsPsr4 = ComposerStaticInit7001fb5f7b9b8dbb950c02836c7af51c::$prefixDirsPsr4;
3225+
$loader->classMap = ComposerStaticInit7001fb5f7b9b8dbb950c02836c7af51c::$classMap;
32263226

32273227
}, null, ClassLoader::class);
32283228
}

vendor/composer/installed.json

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -876,17 +876,17 @@
876876
},
877877
{
878878
"name": "phpstan\/phpdoc-parser",
879-
"version": "2.3.0",
880-
"version_normalized": "2.3.0.0",
879+
"version": "2.3.1",
880+
"version_normalized": "2.3.1.0",
881881
"source": {
882882
"type": "git",
883883
"url": "https:\/\/github.com\/phpstan\/phpdoc-parser.git",
884-
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
884+
"reference": "16dbf9937da8d4528ceb2145c9c7c0bd29e26374"
885885
},
886886
"dist": {
887887
"type": "zip",
888-
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/1e0cd5370df5dd2e556a36b9c62f62e555870495",
889-
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
888+
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/16dbf9937da8d4528ceb2145c9c7c0bd29e26374",
889+
"reference": "16dbf9937da8d4528ceb2145c9c7c0bd29e26374",
890890
"shasum": ""
891891
},
892892
"require": {
@@ -903,7 +903,7 @@
903903
"phpunit\/phpunit": "^9.6",
904904
"symfony\/process": "^5.2"
905905
},
906-
"time": "2025-08-30T15:50:23+00:00",
906+
"time": "2026-01-12T11:33:04+00:00",
907907
"type": "library",
908908
"installation-source": "dist",
909909
"autoload": {
@@ -920,7 +920,7 @@
920920
"description": "PHPDoc parser with support for nullable, intersection and generic types",
921921
"support": {
922922
"issues": "https:\/\/github.com\/phpstan\/phpdoc-parser\/issues",
923-
"source": "https:\/\/github.com\/phpstan\/phpdoc-parser\/tree\/2.3.0"
923+
"source": "https:\/\/github.com\/phpstan\/phpdoc-parser\/tree\/2.3.1"
924924
},
925925
"install-path": "..\/phpstan\/phpdoc-parser"
926926
},
@@ -3293,35 +3293,35 @@
32933293
},
32943294
{
32953295
"name": "webmozart\/assert",
3296-
"version": "1.12.1",
3297-
"version_normalized": "1.12.1.0",
3296+
"version": "2.1.1",
3297+
"version_normalized": "2.1.1.0",
32983298
"source": {
32993299
"type": "git",
33003300
"url": "https:\/\/github.com\/webmozarts\/assert.git",
3301-
"reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
3301+
"reference": "bdbabc199a7ba9965484e4725d66170e5711323b"
33023302
},
33033303
"dist": {
33043304
"type": "zip",
3305-
"url": "https:\/\/api.github.com\/repos\/webmozarts\/assert\/zipball\/9be6926d8b485f55b9229203f962b51ed377ba68",
3306-
"reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
3305+
"url": "https:\/\/api.github.com\/repos\/webmozarts\/assert\/zipball\/bdbabc199a7ba9965484e4725d66170e5711323b",
3306+
"reference": "bdbabc199a7ba9965484e4725d66170e5711323b",
33073307
"shasum": ""
33083308
},
33093309
"require": {
33103310
"ext-ctype": "*",
33113311
"ext-date": "*",
33123312
"ext-filter": "*",
3313-
"php": "^7.2 || ^8.0"
3313+
"php": "^8.2"
33143314
},
33153315
"suggest": {
33163316
"ext-intl": "",
33173317
"ext-simplexml": "",
33183318
"ext-spl": ""
33193319
},
3320-
"time": "2025-10-29T15:56:20+00:00",
3320+
"time": "2026-01-08T11:28:40+00:00",
33213321
"type": "library",
33223322
"extra": {
33233323
"branch-alias": {
3324-
"dev-master": "1.10-dev"
3324+
"dev-feature\/2-0": "2.0-dev"
33253325
}
33263326
},
33273327
"installation-source": "dist",
@@ -3338,6 +3338,10 @@
33383338
{
33393339
"name": "Bernhard Schussek",
33403340
"email": "[email protected]"
3341+
},
3342+
{
3343+
"name": "Woody Gilk",
3344+
"email": "[email protected]"
33413345
}
33423346
],
33433347
"description": "Assertions to validate method input\/output with nice error messages.",
@@ -3348,7 +3352,7 @@
33483352
],
33493353
"support": {
33503354
"issues": "https:\/\/github.com\/webmozarts\/assert\/issues",
3351-
"source": "https:\/\/github.com\/webmozarts\/assert\/tree\/1.12.1"
3355+
"source": "https:\/\/github.com\/webmozarts\/assert\/tree\/2.1.1"
33523356
},
33533357
"install-path": "..\/webmozart\/assert"
33543358
}

0 commit comments

Comments
 (0)