Skip to content

Commit 5b7d97f

Browse files
authored
chore: remove @experimental phpdoc (#4933)
1 parent 6609e1e commit 5b7d97f

File tree

63 files changed

+6
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+6
-122
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

src/Core/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
* Publishes resources updates to the Mercure hub.
3838
*
3939
* @author Kévin Dunglas <[email protected]>
40-
*
41-
* @experimental
4240
*/
4341
final class PublishMercureUpdatesListener
4442
{

src/Doctrine/EventListener/PublishMercureUpdatesListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
* Publishes resources updates to the Mercure hub.
4040
*
4141
* @author Kévin Dunglas <[email protected]>
42-
*
43-
* @experimental
4442
*/
4543
final class PublishMercureUpdatesListener
4644
{

src/Doctrine/EventListener/PurgeHttpCacheListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
* Purges responses containing modified entities from the proxy cache.
3636
*
3737
* @author Kévin Dunglas <[email protected]>
38-
*
39-
* @experimental
4038
*/
4139
final class PurgeHttpCacheListener
4240
{

src/Doctrine/Odm/Extension/AggregationCollectionExtensionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
/**
2020
* Interface of Doctrine MongoDB ODM aggregation extensions for collection aggregations.
2121
*
22-
* @experimental
23-
*
2422
* @author Alan Poulain <[email protected]>
2523
*/
2624
interface AggregationCollectionExtensionInterface

src/Doctrine/Odm/Extension/AggregationItemExtensionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
/**
2020
* Interface of Doctrine MongoDB ODM aggregation extensions for item aggregations.
2121
*
22-
* @experimental
23-
*
2422
* @author Alan Poulain <[email protected]>
2523
*/
2624
interface AggregationItemExtensionInterface

src/Doctrine/Odm/Extension/AggregationResultCollectionExtensionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* Interface of Doctrine MongoDB ODM aggregation extensions that supports result production
2121
* for specific cases such as pagination.
2222
*
23-
* @experimental
24-
*
2523
* @author Alan Poulain <[email protected]>
2624
*/
2725
interface AggregationResultCollectionExtensionInterface extends AggregationCollectionExtensionInterface

src/Doctrine/Odm/Extension/AggregationResultItemExtensionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* Interface of Doctrine MongoDB ODM aggregation extensions that supports result production
2121
* for specific cases such as Aggregation alteration.
2222
*
23-
* @experimental
24-
*
2523
* @author Alan Poulain <[email protected]>
2624
*/
2725
interface AggregationResultItemExtensionInterface extends AggregationItemExtensionInterface

src/Doctrine/Odm/Extension/FilterExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
/**
2222
* Applies filters on a resource aggregation.
2323
*
24-
* @experimental
25-
*
2624
* @author Kévin Dunglas <[email protected]>
2725
* @author Samuel ROZE <[email protected]>
2826
*/

src/Doctrine/Odm/Extension/OrderExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
/**
2525
* Applies selected ordering while querying resource collection.
2626
*
27-
* @experimental
28-
*
2927
* @author Kévin Dunglas <[email protected]>
3028
* @author Samuel ROZE <[email protected]>
3129
* @author Vincent Chalamon <[email protected]>

0 commit comments

Comments
 (0)