Skip to content

Commit 3ff3caa

Browse files
committed
remove @experimental from level classes, as used
1 parent 4b409e1 commit 3ff3caa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Bridge/SetProviderCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @api
24-
* @experimental since 1.1.2
24+
*
2525
* Utils class to ease building bridges by 3rd-party tools
2626
*/
2727
final readonly class SetProviderCollector

src/Config/Level/CodeQualityLevel.php

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

src/Config/Level/CodingStyleLevel.php

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

src/Config/Level/DeadCodeLevel.php

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

0 commit comments

Comments
 (0)