Skip to content

Commit b6383f8

Browse files
committed
Updated Rector to commit 6200babc1974748d2ab00ec9802314a2a91e5874
rectorphp/rector-src@6200bab [DeadCode] Allow remove useless @var on aliased object on RemoveUselessVarTagRector (#7967)
1 parent 8268aba commit b6383f8

35 files changed

Lines changed: 1041 additions & 118 deletions

rules/DeadCode/PhpDoc/DeadVarTagValueNodeAnalyzer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ public function isDead(VarTagValueNode $varTagValueNode, $node): bool
8484
return !$docType instanceof IntersectionType;
8585
}
8686
if ($propertyType instanceof ObjectType && $docType instanceof ObjectType) {
87+
if ($docType->equals($propertyType)) {
88+
return \true;
89+
}
8790
// more specific type is already in the property
8891
return $docType->isSuperTypeOf($propertyType)->yes();
8992
}

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 = 'a6b5203bd0e91d73d38e4036a9cf1d20301bae01';
22+
public const PACKAGE_VERSION = '6200babc1974748d2ab00ec9802314a2a91e5874';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-04-11 00:24:53';
27+
public const RELEASE_DATE = '2026-04-11 10:23:17';
2828
/**
2929
* @var int
3030
*/

vendor/composer/autoload_classmap.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
'RectorPrefix202604\\Composer\\XdebugHandler\\Process' => $vendorDir . '/composer/xdebug-handler/src/Process.php',
401401
'RectorPrefix202604\\Composer\\XdebugHandler\\Status' => $vendorDir . '/composer/xdebug-handler/src/Status.php',
402402
'RectorPrefix202604\\Composer\\XdebugHandler\\XdebugHandler' => $vendorDir . '/composer/xdebug-handler/src/XdebugHandler.php',
403+
'RectorPrefix202604\\DelayedTargetValidation' => $vendorDir . '/symfony/polyfill-php85/Resources/stubs/DelayedTargetValidation.php',
403404
'RectorPrefix202604\\Deprecated' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Deprecated.php',
404405
'RectorPrefix202604\\Doctrine\\Inflector\\CachedWordInflector' => $vendorDir . '/doctrine/inflector/src/CachedWordInflector.php',
405406
'RectorPrefix202604\\Doctrine\\Inflector\\GenericLanguageInflectorFactory' => $vendorDir . '/doctrine/inflector/src/GenericLanguageInflectorFactory.php',
@@ -481,6 +482,8 @@
481482
'RectorPrefix202604\\Fidry\\CpuCoreCounter\\Finder\\_NProcessorFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/_NProcessorFinder.php',
482483
'RectorPrefix202604\\Fidry\\CpuCoreCounter\\NumberOfCpuCoreNotFound' => $vendorDir . '/fidry/cpu-core-counter/src/NumberOfCpuCoreNotFound.php',
483484
'RectorPrefix202604\\Fidry\\CpuCoreCounter\\ParallelisationResult' => $vendorDir . '/fidry/cpu-core-counter/src/ParallelisationResult.php',
485+
'RectorPrefix202604\\Filter\\FilterException' => $vendorDir . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterException.php',
486+
'RectorPrefix202604\\Filter\\FilterFailedException' => $vendorDir . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterFailedException.php',
484487
'RectorPrefix202604\\Illuminate\\Container\\Attributes\\Auth' => $vendorDir . '/illuminate/container/Attributes/Auth.php',
485488
'RectorPrefix202604\\Illuminate\\Container\\Attributes\\Authenticated' => $vendorDir . '/illuminate/container/Attributes/Authenticated.php',
486489
'RectorPrefix202604\\Illuminate\\Container\\Attributes\\Bind' => $vendorDir . '/illuminate/container/Attributes/Bind.php',
@@ -728,6 +731,12 @@
728731
'RectorPrefix202604\\OndraM\\CiDetector\\Env' => $vendorDir . '/ondram/ci-detector/src/Env.php',
729732
'RectorPrefix202604\\OndraM\\CiDetector\\Exception\\CiNotDetectedException' => $vendorDir . '/ondram/ci-detector/src/Exception/CiNotDetectedException.php',
730733
'RectorPrefix202604\\OndraM\\CiDetector\\TrinaryLogic' => $vendorDir . '/ondram/ci-detector/src/TrinaryLogic.php',
734+
'RectorPrefix202604\\Pdo\\Dblib' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Pdo/Dblib.php',
735+
'RectorPrefix202604\\Pdo\\Firebird' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Pdo/Firebird.php',
736+
'RectorPrefix202604\\Pdo\\Mysql' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Pdo/Mysql.php',
737+
'RectorPrefix202604\\Pdo\\Odbc' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Pdo/Odbc.php',
738+
'RectorPrefix202604\\Pdo\\Pgsql' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Pdo/Pgsql.php',
739+
'RectorPrefix202604\\Pdo\\Sqlite' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Pdo/Sqlite.php',
731740
'RectorPrefix202604\\Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php',
732741
'RectorPrefix202604\\Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php',
733742
'RectorPrefix202604\\Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php',
@@ -822,6 +831,7 @@
822831
'RectorPrefix202604\\React\\Stream\\WritableResourceStream' => $vendorDir . '/react/stream/src/WritableResourceStream.php',
823832
'RectorPrefix202604\\React\\Stream\\WritableStreamInterface' => $vendorDir . '/react/stream/src/WritableStreamInterface.php',
824833
'RectorPrefix202604\\ReflectionConstant' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/ReflectionConstant.php',
834+
'RectorPrefix202604\\RoundingMode' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/RoundingMode.php',
825835
'RectorPrefix202604\\SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php',
826836
'RectorPrefix202604\\SebastianBergmann\\Diff\\ConfigurationException' => $vendorDir . '/sebastian/diff/src/Exception/ConfigurationException.php',
827837
'RectorPrefix202604\\SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php',

vendor/composer/autoload_static.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ class ComposerStaticInitc9819cb6f85619d8e1cbb4426044dd33
660660
'RectorPrefix202604\\Composer\\XdebugHandler\\Process' => __DIR__ . '/..' . '/composer/xdebug-handler/src/Process.php',
661661
'RectorPrefix202604\\Composer\\XdebugHandler\\Status' => __DIR__ . '/..' . '/composer/xdebug-handler/src/Status.php',
662662
'RectorPrefix202604\\Composer\\XdebugHandler\\XdebugHandler' => __DIR__ . '/..' . '/composer/xdebug-handler/src/XdebugHandler.php',
663+
'RectorPrefix202604\\DelayedTargetValidation' => __DIR__ . '/..' . '/symfony/polyfill-php85/Resources/stubs/DelayedTargetValidation.php',
663664
'RectorPrefix202604\\Deprecated' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Deprecated.php',
664665
'RectorPrefix202604\\Doctrine\\Inflector\\CachedWordInflector' => __DIR__ . '/..' . '/doctrine/inflector/src/CachedWordInflector.php',
665666
'RectorPrefix202604\\Doctrine\\Inflector\\GenericLanguageInflectorFactory' => __DIR__ . '/..' . '/doctrine/inflector/src/GenericLanguageInflectorFactory.php',
@@ -741,6 +742,8 @@ class ComposerStaticInitc9819cb6f85619d8e1cbb4426044dd33
741742
'RectorPrefix202604\\Fidry\\CpuCoreCounter\\Finder\\_NProcessorFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/_NProcessorFinder.php',
742743
'RectorPrefix202604\\Fidry\\CpuCoreCounter\\NumberOfCpuCoreNotFound' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/NumberOfCpuCoreNotFound.php',
743744
'RectorPrefix202604\\Fidry\\CpuCoreCounter\\ParallelisationResult' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/ParallelisationResult.php',
745+
'RectorPrefix202604\\Filter\\FilterException' => __DIR__ . '/..' . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterException.php',
746+
'RectorPrefix202604\\Filter\\FilterFailedException' => __DIR__ . '/..' . '/symfony/polyfill-php85/Resources/stubs/Filter/FilterFailedException.php',
744747
'RectorPrefix202604\\Illuminate\\Container\\Attributes\\Auth' => __DIR__ . '/..' . '/illuminate/container/Attributes/Auth.php',
745748
'RectorPrefix202604\\Illuminate\\Container\\Attributes\\Authenticated' => __DIR__ . '/..' . '/illuminate/container/Attributes/Authenticated.php',
746749
'RectorPrefix202604\\Illuminate\\Container\\Attributes\\Bind' => __DIR__ . '/..' . '/illuminate/container/Attributes/Bind.php',
@@ -988,6 +991,12 @@ class ComposerStaticInitc9819cb6f85619d8e1cbb4426044dd33
988991
'RectorPrefix202604\\OndraM\\CiDetector\\Env' => __DIR__ . '/..' . '/ondram/ci-detector/src/Env.php',
989992
'RectorPrefix202604\\OndraM\\CiDetector\\Exception\\CiNotDetectedException' => __DIR__ . '/..' . '/ondram/ci-detector/src/Exception/CiNotDetectedException.php',
990993
'RectorPrefix202604\\OndraM\\CiDetector\\TrinaryLogic' => __DIR__ . '/..' . '/ondram/ci-detector/src/TrinaryLogic.php',
994+
'RectorPrefix202604\\Pdo\\Dblib' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Pdo/Dblib.php',
995+
'RectorPrefix202604\\Pdo\\Firebird' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Pdo/Firebird.php',
996+
'RectorPrefix202604\\Pdo\\Mysql' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Pdo/Mysql.php',
997+
'RectorPrefix202604\\Pdo\\Odbc' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Pdo/Odbc.php',
998+
'RectorPrefix202604\\Pdo\\Pgsql' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Pdo/Pgsql.php',
999+
'RectorPrefix202604\\Pdo\\Sqlite' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/Pdo/Sqlite.php',
9911000
'RectorPrefix202604\\Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php',
9921001
'RectorPrefix202604\\Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php',
9931002
'RectorPrefix202604\\Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php',
@@ -1082,6 +1091,7 @@ class ComposerStaticInitc9819cb6f85619d8e1cbb4426044dd33
10821091
'RectorPrefix202604\\React\\Stream\\WritableResourceStream' => __DIR__ . '/..' . '/react/stream/src/WritableResourceStream.php',
10831092
'RectorPrefix202604\\React\\Stream\\WritableStreamInterface' => __DIR__ . '/..' . '/react/stream/src/WritableStreamInterface.php',
10841093
'RectorPrefix202604\\ReflectionConstant' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/ReflectionConstant.php',
1094+
'RectorPrefix202604\\RoundingMode' => __DIR__ . '/..' . '/symfony/polyfill-php84/Resources/stubs/RoundingMode.php',
10851095
'RectorPrefix202604\\SebastianBergmann\\Diff\\Chunk' => __DIR__ . '/..' . '/sebastian/diff/src/Chunk.php',
10861096
'RectorPrefix202604\\SebastianBergmann\\Diff\\ConfigurationException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/ConfigurationException.php',
10871097
'RectorPrefix202604\\SebastianBergmann\\Diff\\Diff' => __DIR__ . '/..' . '/sebastian/diff/src/Diff.php',

vendor/composer/installed.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,17 +2335,17 @@
23352335
},
23362336
{
23372337
"name": "symfony\/polyfill-ctype",
2338-
"version": "v1.33.0",
2339-
"version_normalized": "1.33.0.0",
2338+
"version": "v1.34.0",
2339+
"version_normalized": "1.34.0.0",
23402340
"source": {
23412341
"type": "git",
23422342
"url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
2343-
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2343+
"reference": "141046a8f9477948ff284fa65be2095baafb94f2"
23442344
},
23452345
"dist": {
23462346
"type": "zip",
2347-
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638",
2348-
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2347+
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/141046a8f9477948ff284fa65be2095baafb94f2",
2348+
"reference": "141046a8f9477948ff284fa65be2095baafb94f2",
23492349
"shasum": ""
23502350
},
23512351
"require": {
@@ -2357,7 +2357,7 @@
23572357
"suggest": {
23582358
"ext-ctype": "For best performance"
23592359
},
2360-
"time": "2024-09-09T11:45:10+00:00",
2360+
"time": "2026-04-10T16:19:22+00:00",
23612361
"type": "library",
23622362
"extra": {
23632363
"thanks": {
@@ -2397,7 +2397,7 @@
23972397
"portable"
23982398
],
23992399
"support": {
2400-
"source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.33.0"
2400+
"source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.34.0"
24012401
},
24022402
"funding": [
24032403
{
@@ -2421,17 +2421,17 @@
24212421
},
24222422
{
24232423
"name": "symfony\/polyfill-intl-grapheme",
2424-
"version": "v1.33.0",
2425-
"version_normalized": "1.33.0.0",
2424+
"version": "v1.34.0",
2425+
"version_normalized": "1.34.0.0",
24262426
"source": {
24272427
"type": "git",
24282428
"url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
2429-
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
2429+
"reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df"
24302430
},
24312431
"dist": {
24322432
"type": "zip",
2433-
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/380872130d3a5dd3ace2f4010d95125fde5d5c70",
2434-
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
2433+
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
2434+
"reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
24352435
"shasum": ""
24362436
},
24372437
"require": {
@@ -2440,7 +2440,7 @@
24402440
"suggest": {
24412441
"ext-intl": "For best performance"
24422442
},
2443-
"time": "2025-06-27T09:58:17+00:00",
2443+
"time": "2026-04-10T16:19:22+00:00",
24442444
"type": "library",
24452445
"extra": {
24462446
"thanks": {
@@ -2482,7 +2482,7 @@
24822482
"shim"
24832483
],
24842484
"support": {
2485-
"source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.33.0"
2485+
"source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.34.0"
24862486
},
24872487
"funding": [
24882488
{
@@ -2506,8 +2506,8 @@
25062506
},
25072507
{
25082508
"name": "symfony\/polyfill-intl-normalizer",
2509-
"version": "v1.33.0",
2510-
"version_normalized": "1.33.0.0",
2509+
"version": "v1.34.0",
2510+
"version_normalized": "1.34.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.33.0"
2573+
"source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.34.0"
25742574
},
25752575
"funding": [
25762576
{
@@ -2594,17 +2594,17 @@
25942594
},
25952595
{
25962596
"name": "symfony\/polyfill-mbstring",
2597-
"version": "v1.33.0",
2598-
"version_normalized": "1.33.0.0",
2597+
"version": "v1.34.0",
2598+
"version_normalized": "1.34.0.0",
25992599
"source": {
26002600
"type": "git",
26012601
"url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
2602-
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
2602+
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
26032603
},
26042604
"dist": {
26052605
"type": "zip",
2606-
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/6d857f4d76bd4b343eac26d6b539585d2bc56493",
2607-
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
2606+
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/6a21eb99c6973357967f6ce3708cd55a6bec6315",
2607+
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
26082608
"shasum": ""
26092609
},
26102610
"require": {
@@ -2617,7 +2617,7 @@
26172617
"suggest": {
26182618
"ext-mbstring": "For best performance"
26192619
},
2620-
"time": "2024-12-23T08:48:59+00:00",
2620+
"time": "2026-04-10T17:25:58+00:00",
26212621
"type": "library",
26222622
"extra": {
26232623
"thanks": {
@@ -2658,7 +2658,7 @@
26582658
"shim"
26592659
],
26602660
"support": {
2661-
"source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.33.0"
2661+
"source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.34.0"
26622662
},
26632663
"funding": [
26642664
{
@@ -2682,23 +2682,23 @@
26822682
},
26832683
{
26842684
"name": "symfony\/polyfill-php84",
2685-
"version": "v1.33.0",
2686-
"version_normalized": "1.33.0.0",
2685+
"version": "v1.34.0",
2686+
"version_normalized": "1.34.0.0",
26872687
"source": {
26882688
"type": "git",
26892689
"url": "https:\/\/github.com\/symfony\/polyfill-php84.git",
2690-
"reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
2690+
"reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06"
26912691
},
26922692
"dist": {
26932693
"type": "zip",
2694-
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php84\/zipball\/d8ced4d875142b6a7426000426b8abc631d6b191",
2695-
"reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
2694+
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php84\/zipball\/88486db2c389b290bf87ff1de7ebc1e13e42bb06",
2695+
"reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06",
26962696
"shasum": ""
26972697
},
26982698
"require": {
26992699
"php": ">=7.2"
27002700
},
2701-
"time": "2025-06-24T13:30:11+00:00",
2701+
"time": "2026-04-10T18:47:49+00:00",
27022702
"type": "library",
27032703
"extra": {
27042704
"thanks": {
@@ -2741,7 +2741,7 @@
27412741
"shim"
27422742
],
27432743
"support": {
2744-
"source": "https:\/\/github.com\/symfony\/polyfill-php84\/tree\/v1.33.0"
2744+
"source": "https:\/\/github.com\/symfony\/polyfill-php84\/tree\/v1.34.0"
27452745
},
27462746
"funding": [
27472747
{
@@ -2765,23 +2765,23 @@
27652765
},
27662766
{
27672767
"name": "symfony\/polyfill-php85",
2768-
"version": "v1.33.0",
2769-
"version_normalized": "1.33.0.0",
2768+
"version": "v1.34.0",
2769+
"version_normalized": "1.34.0.0",
27702770
"source": {
27712771
"type": "git",
27722772
"url": "https:\/\/github.com\/symfony\/polyfill-php85.git",
2773-
"reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
2773+
"reference": "2c408a6bb0313e6001a83628dc5506100474254e"
27742774
},
27752775
"dist": {
27762776
"type": "zip",
2777-
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php85\/zipball\/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
2778-
"reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
2777+
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php85\/zipball\/2c408a6bb0313e6001a83628dc5506100474254e",
2778+
"reference": "2c408a6bb0313e6001a83628dc5506100474254e",
27792779
"shasum": ""
27802780
},
27812781
"require": {
27822782
"php": ">=7.2"
27832783
},
2784-
"time": "2025-06-23T16:12:55+00:00",
2784+
"time": "2026-04-10T16:50:15+00:00",
27852785
"type": "library",
27862786
"extra": {
27872787
"thanks": {
@@ -2824,7 +2824,7 @@
28242824
"shim"
28252825
],
28262826
"support": {
2827-
"source": "https:\/\/github.com\/symfony\/polyfill-php85\/tree\/v1.33.0"
2827+
"source": "https:\/\/github.com\/symfony\/polyfill-php85\/tree\/v1.34.0"
28282828
},
28292829
"funding": [
28302830
{

0 commit comments

Comments
 (0)