1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00
doctrine2/lib
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
..
Doctrine/ORM Remove constants existence validation 2017-11-24 01:25:14 +01:00