@@ -79,7 +79,7 @@ |
||
79 | 79 | * @param \ReflectionClass $entity |
80 | 80 | * @param Collection $collection |
81 | 81 | * |
82 | - * @return array |
|
82 | + * @return string[] |
|
83 | 83 | */ |
84 | 84 | private function ensureIndexesRecursive($prefixes, \ReflectionClass $entity, Collection $collection) |
85 | 85 | { |
@@ -358,7 +358,7 @@ |
||
358 | 358 | |
359 | 359 | /** |
360 | 360 | * @param mixed $entity |
361 | - * @param mixed $id |
|
361 | + * @param string $id |
|
362 | 362 | */ |
363 | 363 | private function setItemId($entity, $id) |
364 | 364 | { |
@@ -81,7 +81,7 @@ |
||
81 | 81 | * @param MongoDbAwaker|Awaker $awaker |
82 | 82 | * @param mixed $value |
83 | 83 | * |
84 | - * @return mixed |
|
84 | + * @return null|LazyDbReference |
|
85 | 85 | * @throws SlumberException |
86 | 86 | */ |
87 | 87 | public function awake(Awaker $awaker, $value) |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * @param Awaker $awaker |
59 | 59 | * @param mixed $value |
60 | 60 | * |
61 | - * @return mixed |
|
61 | + * @return string |
|
62 | 62 | */ |
63 | 63 | public function awake(Awaker $awaker, $value) |
64 | 64 | { |