Skip to content

Commit

Permalink
removed @Package and @subpackage annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 1, 2010
1 parent 4f05089 commit ba568c0
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions Command/ClearMetadataCacheDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Command to clear the metadata cache of the various cache drivers.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/ClearQueryCacheDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Command to clear the query cache of the various cache drivers.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/ClearResultCacheDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Command to clear the result cache of the various cache drivers.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/ConvertDoctrine1SchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
/**
* Convert a Doctrine 1 schema to Doctrine 2 mapping files
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/ConvertMappingDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* Convert Doctrine ORM metadata mapping information between the various supported
* formats.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/CreateDatabaseDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
/**
* Database tool allows you to easily drop and create your configured databases.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/CreateSchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Command to create the database schema for a set of classes based on their mappings.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/DoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
/**
* Base class for Doctrine console commands to extend from.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
abstract class DoctrineCommand extends Command
Expand Down
2 changes: 0 additions & 2 deletions Command/DropDatabaseDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
/**
* Database tool allows you to easily drop and create your configured databases.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/DropSchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Command to drop the database schema for a set of classes based on their mappings.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/EnsureProductionSettingsDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Ensure the Doctrine ORM is configured properly for a production environment.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/GenerateEntitiesDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
/**
* Generate entity classes from mapping information
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/GenerateEntityDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
/**
* Initialize a new Doctrine entity inside a bundle.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/GenerateProxiesDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Generate the Doctrine ORM entity proxies to your cache directory.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/GenerateRepositoriesDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Command to generate repository classes for mapping information.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/ImportMappingDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
/**
* Import Doctrine ORM metadata mapping information from an existing database.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/LoadDataFixturesDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
/**
* Load data fixtures from bundles.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/RunDqlDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Execute a Doctrine DQL query and output the results.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/RunSqlDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Execute a SQL query and output the results.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Command/UpdateSchemaDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Command to update the database schema for a set of classes based on their mappings.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions DataCollector/DoctrineDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
/**
* DoctrineDataCollector.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DoctrineDataCollector extends DataCollector
Expand Down
2 changes: 0 additions & 2 deletions DependencyInjection/DoctrineExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* DoctrineExtension is an extension for the Doctrine DBAL and ORM library.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Jonathan H. Wage <jonwage@gmail.com>
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions DoctrineBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Bundle.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
Expand Down
2 changes: 0 additions & 2 deletions Logger/DbalLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
/**
* DbalLogger.
*
* @package Symfony
* @subpackage Bundle_DoctrineBundle
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/
class DbalLogger extends DebugStack
Expand Down

0 comments on commit ba568c0

Please sign in to comment.