Skip to content

Commit 28ce7a7

Browse files
committed
Updated Rector to commit 8cccd99ceeedbb6efc430b705a6a1f17774ac0d3
rectorphp/rector-src@3ff3caa remove @experimental from level classes, as used rectorphp/rector-src@8cccd99 [build] remove templates from old data, to avoid piling up non existing files
1 parent d398cd1 commit 28ce7a7

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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 = '4b409e1205b1e98535cf5b9dc76eb37d8ed6dc94';
22+
public const PACKAGE_VERSION = '8cccd99ceeedbb6efc430b705a6a1f17774ac0d3';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-10-11 21:01:06';
27+
public const RELEASE_DATE = '2025-10-11 23:14:24';
2828
/**
2929
* @var int
3030
*/

src/Bridge/SetProviderCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Rector\Symfony\Set\SetProvider\TwigSetProvider;
2020
/**
2121
* @api
22-
* @experimental since 1.1.2
22+
*
2323
* Utils class to ease building bridges by 3rd-party tools
2424
*/
2525
final class SetProviderCollector

src/Config/Level/CodeQualityLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
*
8989
* From the safest rules to more changing ones.
9090
*
91-
* @experimental This list can change in time, based on community feedback,
91+
* This list can change in time, based on community feedback,
9292
* what rules are safer than others. The safest rules will be always in the top.
9393
*/
9494
final class CodeQualityLevel

src/Config/Level/CodingStyleLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* From the safest rules to more changing ones.
4141
*
42-
* @experimental This list can change in time, based on community feedback,
42+
* This list can change in time, based on community feedback,
4343
* what rules are safer than other. The safest rules will be always in the top.
4444
*/
4545
final class CodingStyleLevel

src/Config/Level/DeadCodeLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*
6666
* From the safest rules to more changing ones.
6767
*
68-
* @experimental Since 0.19.7 This list can change in time, based on community feedback,
68+
* This list can change in time, based on community feedback,
6969
* what rules are safer than other. The safest rules will be always in the top.
7070
*/
7171
final class DeadCodeLevel

0 commit comments

Comments
 (0)