Completed
Push — master ( 2525ff...fbc36c )
by Filipe
02:11
created
src/Mapper/EntityMapper.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 use Slick\Orm\Descriptor\EntityDescriptorInterface;
16 16
 use Slick\Orm\Descriptor\EntityDescriptorRegistry;
17 17
 use Slick\Orm\Descriptor\Field\FieldDescriptor;
18
-use Slick\Orm\Entity\EntityCollection;
19 18
 use Slick\Orm\EntityInterface;
20 19
 use Slick\Orm\EntityMapperInterface;
20
+use Slick\Orm\Entity\EntityCollection;
21 21
 
22 22
 /**
23 23
  * Generic Entity Mapper
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
     /**
223 223
      * Sets entity class name
224 224
      *
225
-     * @param $entityClass
225
+     * @param string $entityClass
226 226
      *
227 227
      * @return self|$this|EntityMapper
228 228
      */
Please login to merge, or discard this patch.
src/Repository/EntityRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Slick\Database\Sql;
13 13
 use Slick\Orm\EntityInterface;
14
-use Slick\Orm\EntityMapperInterface;
15 14
 use Slick\Orm\RepositoryInterface;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.