1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/lib/Doctrine/ORM/Tools
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
..
Console Remove constants existence validation 2017-11-24 01:25:14 +01:00
Event Allow all EntityManagerInterface implementations 2014-05-28 12:30:40 +02:00
Export Use newer PHP syntax 2017-09-06 01:32:49 +02:00
Pagination Adding change to appease scrutinizer 2017-09-04 10:11:43 +01:00
AttachEntityListenersListener.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
ConvertDoctrine1Schema.php Use newer PHP syntax 2017-09-06 01:32:49 +02:00
DebugUnitOfWorkListener.php minor code work: 2017-06-08 22:04:07 +02:00
DisconnectedClassMetadataFactory.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
EntityGenerator.php #6593 #5864 removing incorrect null return value in API marked as string 2017-08-16 19:57:26 +02:00
EntityRepositoryGenerator.php Use "::class" syntax on "lib" directory 2016-12-08 17:09:35 +01:00
ResolveTargetEntityListener.php minor code work: 2017-06-08 22:04:07 +02:00
SchemaTool.php Use newer PHP syntax 2017-09-06 01:32:49 +02:00
SchemaValidator.php minor code work: 2017-06-08 22:04:07 +02:00
Setup.php Merge pull request #5897 from mikaelz/patch-1 2016-11-26 06:48:55 +01:00
ToolEvents.php Fixed typos 2013-03-11 00:08:58 +00:00
ToolsException.php #5796 minor CS fixes (imported symbols) and removing last PHP5 compliance bits 2017-09-02 13:47:58 +02:00