1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
doctrine2/lib/Doctrine/ORM/Tools/Console
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
..
Command Remove constants existence validation 2017-11-24 01:25:14 +01:00
Helper removed useless line breaks 2015-09-03 17:55:14 +09:00
ConsoleRunner.php Make explicit the design decisions of ConsoleRunner 2017-07-22 21:56:59 +02:00
MetadataFilter.php Fix MetadataFilter not testing filters after first 2017-06-21 06:14:01 +02:00