Completed
Push — master ( f7c572...edbe7e )
by Phil
06:25
created
src/Repository/AbstractSqlRepository.php 2 patches
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.
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.