@@ -96,7 +96,7 @@ |
||
96 | 96 | * |
97 | 97 | * @param $id |
98 | 98 | * |
99 | - * @return bool |
|
99 | + * @return boolean|null |
|
100 | 100 | */ |
101 | 101 | public function exists(Identity $id) |
102 | 102 | { |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | * |
48 | 48 | * @param Identity $value |
49 | 49 | * |
50 | - * @return mixed |
|
50 | + * @return Identity |
|
51 | 51 | */ |
52 | 52 | public function add(Identity $value) |
53 | 53 | { |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Adds a collections of entities to the storage. |
62 | 62 | * |
63 | - * @param array $values |
|
63 | + * @param \Jenssegers\Mongodb\Eloquent\Model[] $values |
|
64 | 64 | * |
65 | 65 | * @return mixed |
66 | 66 | * |