Skip to content

Commit 1d70826

Browse files
committed
Updated Rector to commit 2c3d56518bf636d6d8bc18327cd11cd62384821c
rectorphp/rector-src@2c3d565 add few @Internals
1 parent ca3ea60 commit 1d70826

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 = '3587b00b520df8729a9753f0032ec3aa20990cf2';
22+
public const PACKAGE_VERSION = '2c3d56518bf636d6d8bc18327cd11cd62384821c';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-12-06 23:30:01';
27+
public const RELEASE_DATE = '2025-12-07 00:49:54';
2828
/**
2929
* @var int
3030
*/

src/Config/RectorConfig.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ public function phpVersion(int $phpVersion): void
214214
SimpleParameterProvider::setParameter(Option::PHP_VERSION_FEATURES, $phpVersion);
215215
}
216216
/**
217+
* @internal
218+
*
217219
* @api only for testing. It is parsed from composer.json "require" packages by default
218220
* @param array<PolyfillPackage::*> $polyfillPackages
219221
*/
@@ -358,6 +360,7 @@ public function getMainRectorClasses(): array
358360
return $this->tags[RectorInterface::class] ?? [];
359361
}
360362
/**
363+
* @internal used to report level overflows in configuration
361364
* @param LevelOverflow[] $levelOverflows
362365
*/
363366
public function setOverflowLevels(array $levelOverflows): void

0 commit comments

Comments
 (0)