Completed
Pull Request — master (#30)
by Phil
04:28
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, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
      * @throws \InvalidArgumentException when requested relationship is not defined
320 320
      * @throws \RuntimeException when map structure is defined incorrectly
321 321
      *
322
-     * @return array
322
+     * @return string[]
323 323
      */
324 324
     public function getRelationshipMap($relationship = null)
325 325
     {
Please login to merge, or discard this patch.