Completed
Push — master ( b05d3c...2a9f41 )
by Filipe
02:53
created
src/Mapper/Relation/HasAndBelongsToMany.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param EntityInterface $entity
76 76
      *
77
-     * @return EntityCollectionInterface|EntityInterface[]
77
+     * @return EntityCollectionInterface
78 78
      */
79 79
     public function load(EntityInterface $entity)
80 80
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * Gets the relation conditions
113 113
      *
114 114
      * @param EntityInterface $entity
115
-     * @return array
115
+     * @return string
116 116
      */
117 117
     protected function getConditions(EntityInterface $entity)
118 118
     {
Please login to merge, or discard this patch.