1
0
Fork 0
mirror of synced 2025-04-02 04:46:16 +03:00
doctrine2/lib/Doctrine/ORM/Tools/Console/Command
Luís Cobucci 8a893068ce
Remove constants existence validation
These constants are available since PHP 5.4 and since we're requiring
PHP 7.1 there's no reason to require them.

I've also simplified the `array_map()` call since it's useless to
define a closure that simply calls a function.
2017-11-24 01:25:14 +01:00
..
ClearCache Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
SchemaTool Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
ConvertDoctrine1SchemaCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
ConvertMappingCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
EnsureProductionSettingsCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
GenerateEntitiesCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
GenerateProxiesCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
GenerateRepositoriesCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
InfoCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
MappingDescribeCommand.php Remove constants existence validation 2017-11-24 01:25:14 +01:00
RunDqlCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00
ValidateSchemaCommand.php Use addOption()/addArgument() to configure commands 2017-11-24 01:20:09 +01:00