@@ -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 | { |
@@ -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 | */ |