Completed
Push — master ( abf17e...c2a4dc )
by Joschi
03:15
created
src/Object/Domain/Model/Object/AbstractObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -490,7 +490,7 @@
 block discarded – undo
490 490
      * Get all relations (optional: Of a particular type)
491 491
      *
492 492
      * @param string|null $relationType Optional: Relation type
493
-     * @return array Object relations
493
+     * @return RelationInterface[] Object relations
494 494
      */
495 495
     public function getRelations($relationType = null) {
496 496
         return $this->relations->getRelations($relationType);
Please login to merge, or discard this patch.