@@ -189,7 +189,7 @@ discard block |
||
| 189 | 189 | * |
| 190 | 190 | * @param string $key |
| 191 | 191 | * |
| 192 | - * @return Collection |
|
| 192 | + * @return \Illuminate\Support\Collection|null |
|
| 193 | 193 | */ |
| 194 | 194 | public function getAllowed($key) |
| 195 | 195 | { |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | /** |
| 214 | 214 | * Get all saved settings. Default values are not included in this output. |
| 215 | 215 | * |
| 216 | - * @return Collection |
|
| 216 | + * @return \Illuminate\Support\Collection |
|
| 217 | 217 | */ |
| 218 | 218 | public function allSaved() |
| 219 | 219 | { |
@@ -357,7 +357,7 @@ discard block |
||
| 357 | 357 | * @param string $key |
| 358 | 358 | * @param mixed $value |
| 359 | 359 | * |
| 360 | - * @return bool |
|
| 360 | + * @return boolean|null |
|
| 361 | 361 | */ |
| 362 | 362 | protected function deleteRecord($key, $value) |
| 363 | 363 | { |