Completed
Push — master ( 8e4f56...b416d7 )
by Filipe
02:28
created
src/Mapper/Relation/HasMany.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      *
70 70
      * @param EntityInterface $entity
71 71
      *
72
-     * @return null|EntityInterface|EntityCollection|EntityInterface[]
72
+     * @return \Slick\Database\RecordList
73 73
      */
74 74
     public function load(EntityInterface $entity)
75 75
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * Gets the relation conditions
86 86
      *
87 87
      * @param EntityInterface $entity
88
-     * @return array
88
+     * @return string
89 89
      */
90 90
     protected function getConditions(EntityInterface $entity)
91 91
     {
Please login to merge, or discard this patch.
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.
src/Repository/EntityRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Finds entities
30 30
      *
31
-     * @return QueryObjectInterface|\Slick\Database\Sql\Select
31
+     * @return QueryObject
32 32
      *
33 33
      * @see Slick\Database\Sql\Select
34 34
      */
Please login to merge, or discard this patch.