@@ -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 | { |
@@ -356,7 +356,7 @@ discard block |
||
| 356 | 356 | * |
| 357 | 357 | * @param string $key |
| 358 | 358 | * |
| 359 | - * @return bool |
|
| 359 | + * @return boolean|null |
|
| 360 | 360 | */ |
| 361 | 361 | protected function deleteRecord($key) |
| 362 | 362 | { |