Completed
Push — master ( f7c572...edbe7e )
by Phil
06:25
created
src/Repository/AbstractSqlRepository.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@  discard block
 block discarded – undo
150 150
      *
151 151
      * @param string $entityType
152 152
      * @param string $relationship
153
-     * @param array  $entities
154 153
      *
155 154
      * @return void
156 155
      */
@@ -195,7 +194,7 @@  discard block
 block discarded – undo
195 194
      * @throws \InvalidArgumentException when requested relationship is not defined
196 195
      * @throws \RuntimeException when map structure is defined incorrectly
197 196
      *
198
-     * @return array
197
+     * @return string
199 198
      */
200 199
     protected function getRelationshipMap($relationship)
201 200
     {
Please login to merge, or discard this patch.