File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments