Completed
Push — master ( 2c5bb5...3a273c )
by Antonio Oertel
46s
created
src/Mapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -335,6 +335,9 @@
 block discarded – undo
335 335
         }
336 336
     }
337 337
 
338
+    /**
339
+     * @param SplObjectStorage $entities
340
+     */
338 341
     protected function tryHydration($entities, $sub, $field, &$v)
339 342
     {
340 343
         $tableName = $entities[$sub]->getName();
Please login to merge, or discard this patch.