1
0
Fork 0
mirror of synced 2025-03-31 03:46:11 +03:00
doctrine2/lib/Doctrine/ORM/Internal/Hydration
Thomas Häber d92785811b Added PHPDoc return type false of next method
Because hydrateRow can return false, too. The PHPDoc return type of the next method has return false in addition to array.
2015-05-15 12:06:56 +02:00
..
AbstractHydrator.php DDC-3427 - s/EntityManager/EntityManagerInterface in type-hints 2015-01-16 14:21:30 +01:00
ArrayHydrator.php oops.. forgot to add a condition 2014-11-08 16:56:42 +00:00
HydrationException.php Add: invalidDiscriminatorValue method 2014-04-09 01:55:49 +02:00
IterableResult.php Added PHPDoc return type false of next method 2015-05-15 12:06:56 +02:00
ObjectHydrator.php Correcting ObjectHydrator logic: if an array is a default value for a collection-valued property, it should be cast to a Collection 2015-04-03 15:28:53 +01:00
ScalarHydrator.php Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%. 2014-04-28 02:38:51 +00:00
SimpleObjectHydrator.php DDC-54 DDC-3005 - query iteration must cause eager hydrationComplete logic to be fired 2015-01-13 01:42:38 +01:00
SingleScalarHydrator.php Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%. 2014-04-28 02:38:51 +00:00