@@ -49,9 +49,9 @@ discard block |
||
| 49 | 49 | /** |
| 50 | 50 | * Adds a new entity to the storage. |
| 51 | 51 | * |
| 52 | - * @param Identity|Model $value |
|
| 52 | + * @param Identity $value |
|
| 53 | 53 | * |
| 54 | - * @return mixed |
|
| 54 | + * @return Identity |
|
| 55 | 55 | */ |
| 56 | 56 | public function add(Identity $value) |
| 57 | 57 | { |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | /** |
| 65 | 65 | * Adds a collections of entities to the storage. |
| 66 | 66 | * |
| 67 | - * @param array $values |
|
| 67 | + * @param Model[] $values |
|
| 68 | 68 | * |
| 69 | 69 | * @return mixed |
| 70 | 70 | */ |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * |
| 97 | 97 | * @param Filter $filter |
| 98 | 98 | * |
| 99 | - * @return bool |
|
| 99 | + * @return boolean|null |
|
| 100 | 100 | */ |
| 101 | 101 | public function removeAll(Filter $filter = null) |
| 102 | 102 | { |