Completed
Pull Request — master (#30)
by Phil
03:31 queued 01:23
created
src/Repository/AbstractSqlRepository.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use InvalidArgumentException;
7 7
 use Percy\Entity\Collection;
8 8
 use Percy\Entity\CollectionBuilderTrait;
9
-use Percy\Entity\EntityInterface;
10 9
 use Percy\Http\QueryStringParserTrait;
11 10
 use Psr\Http\Message\ServerRequestInterface;
12 11
 use RuntimeException;
Please login to merge, or discard this 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.