Completed
Pull Request — master (#30)
by Phil
02:04
created
src/Repository/AbstractSqlRepository.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@  discard block
 block discarded – undo
90 90
      * Build a base query without sorting and limits from filter rules.
91 91
      *
92 92
      * @param array  $rules
93
-     * @param string $start
94 93
      *
95 94
      * @return array
96 95
      */
@@ -290,7 +289,7 @@  discard block
 block discarded – undo
290 289
      * @throws \InvalidArgumentException when requested relationship is not defined
291 290
      * @throws \RuntimeException when map structure is defined incorrectly
292 291
      *
293
-     * @return array
292
+     * @return string[]
294 293
      */
295 294
     public function getRelationshipMap($relationship = null)
296 295
     {
Please login to merge, or discard this patch.