8000 Merge branch '4.7.x' into 5.0.x · doctrine/DoctrineMongoDBBundle@a4903da · GitHub
[go: up one dir, main page]

Skip to content

Commit a4903da

Browse files
committed
Merge branch '4.7.x' into 5.0.x
* 4.7.x: Mark classes as internal: command and compile pass (#800) Revert "Add $buildDir parameter to warmUp method" (#798)
2 parents c3cf6ac + bf6366a commit a4903da

17 files changed

+28
-1
lines changed

Command/ClearMetadataCacheDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Command to clear the metadata cache of the various cache drivers.
14+
*
15+
* @internal since version 4.7.0
1416
*/
1517
class ClearMetadataCacheDoctrineODMCommand extends MetadataCommand
1618
{

Command/CreateSchemaDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/**
1313
* Command to create the database schema for a set of classes based on their
1414
* mappings.
15+
*
16+
* @internal since version 4.7.0
1517
*/
1618
class CreateSchemaDoctrineODMCommand extends CreateCommand
1719
{

Command/DoctrineODMCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Base class for Doctrine ODM console commands to extend.
1414
*
15-
* @internal since version 5.0
15+
* @internal since version 4.4.0
1616
*/
1717
abstract class DoctrineODMCommand extends Command
1818
{

Command/DropSchemaDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/**
1313
* Command to drop the database schema for a set of classes based on their
1414
* mappings.
15+
*
16+
* @internal since version 4.7.0
1517
*/
1618
class DropSchemaDoctrineODMCommand extends DropCommand
1719
{

Command/GenerateHydratorsDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Generate the Doctrine ORM document hydrators to your cache directory.
14+
*
15+
* @internal since version 4.7.0
1416
*/
1517
class GenerateHydratorsDoctrineODMCommand extends GenerateHydratorsCommand
1618
{

Command/GenerateProxiesDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Generate the Doctrine ORM document proxies to your cache directory.
14+
*
15+
* @internal since version 4.7.0
1416
*/
1517
class GenerateProxiesDoctrineODMCommand extends GenerateProxiesCommand
1618
{

Command/InfoDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
/**
1919
* Show information about mapped documents
20+
*
21+
* @internal since version 4.7.0
2022
*/
2123
class InfoDoctrineODMCommand extends DoctrineODMCommand
2224
{

Command/LoadDataFixturesDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
/**
2626
* Load data fixtures from bundles.
27+
*
28+
* @internal since version 4.7.0
2729
*/
2830
class LoadDataFixturesDoctrineODMCommand extends DoctrineODMCommand
2931
{

Command/QueryDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Execute a Doctrine MongoDB ODM query and output the results.
14+
*
15+
* @internal since version 4.7.0
1416
*/
1517
class QueryDoctrineODMCommand extends QueryCommand
1618
{

Command/ShardDoctrineODMCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/**
1313
* Command to shard database collections for a set of classes based on their
1414
* mappings.
15+
*
16+
* @internal since version 4.7.0
1517
*/
1618
class ShardDoctrineODMCommand extends ShardCommand
1719
{

0 commit comments

Comments
 (0)
0