Skip to content

Commit 37bc691

Browse files
authored
Merge pull request #4934 from soyuka/main
Merge branch 2.7
2 parents 6e75399 + 1dd9bde commit 37bc691

File tree

62 files changed

+6
-120
lines changed

Some content is hidden

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

62 files changed

+6
-120
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

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
@@ -34,8 +34,6 @@
3434
* Purges responses containing modified entities from the proxy cache.
3535
*
3636
* @author Kévin Dunglas <[email protected]>
37-
*
38-
* @experimental
3937
*/
4038
final class PurgeHttpCacheListener
4139
{

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]>

src/Doctrine/Odm/Extension/PaginationExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
/**
2626
* Applies pagination on the Doctrine aggregation for resource collection when enabled.
2727
*
28-
* @experimental
29-
*
3028
* @author Kévin Dunglas <[email protected]>
3129
* @author Samuel ROZE <[email protected]>
3230
* @author Alan Poulain <[email protected]>

0 commit comments

Comments
 (0)