Completed
Push — master ( 1abad3...ef9e93 )
by Jacob
05:06
created
src/Persister.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -445,8 +445,8 @@
 block discarded – undo
445 445
     /**
446 446
      * Gets standard database retrieval criteria for an inverse relationship.
447 447
      *
448
-     * @param   EntityMetadata  $metadata       The entity to retrieve database records for.
449 448
      * @param   string|array    $identifiers    The IDs to query.
449
+     * @param string $inverseField
450 450
      * @return  array
451 451
      */
452 452
     protected function getInverseCriteria(EntityMetadata $owner, EntityMetadata $related, $identifiers, $inverseField)
Please login to merge, or discard this patch.
src/StorageMetadataFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * Constructor.
25 25
      *
26
-     * @param   EntityUtility   $entityUtl
26
+     * @param   EntityUtility   $entityUtil
27 27
      */
28 28
     public function __construct(EntityUtility $entityUtil)
29 29
     {
Please login to merge, or discard this patch.