@@ -69,7 +69,7 @@ discard block |
||
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 |
||
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 | { |
@@ -15,9 +15,9 @@ |
||
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 |
@@ -28,7 +28,7 @@ |
||
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 | */ |