Completed
Pull Request — master (#21)
by Phil
03: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, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
      * @param string $relationship
193 193
      * @param array  $userData
194 194
      *
195
-     * @return void
195
+     * @return false|null
196 196
      */
197 197
     protected function getEntityRelationships($entityType, $relationship, array $userData)
198 198
     {
Please login to merge, or discard this patch.