@@ -321,7 +321,7 @@ discard block |
||
321 | 321 | * @param string $key |
322 | 322 | * @param mixed $value |
323 | 323 | * |
324 | - * @return LaravelPropertyBag\Settings\PropertyBag |
|
324 | + * @return Model |
|
325 | 325 | */ |
326 | 326 | protected function createRecord($key, $value) |
327 | 327 | { |
@@ -369,7 +369,7 @@ discard block |
||
369 | 369 | * |
370 | 370 | * @param string $key |
371 | 371 | * |
372 | - * @return bool |
|
372 | + * @return boolean|null |
|
373 | 373 | */ |
374 | 374 | protected function deleteRecord($key) |
375 | 375 | { |
@@ -110,10 +110,10 @@ |
||
110 | 110 | } |
111 | 111 | |
112 | 112 | /** |
113 | - * Set all allowed settings by Request. |
|
114 | - * |
|
115 | - * @return LaravelPropertyBag\Settings\Settings |
|
116 | - */ |
|
113 | + * Set all allowed settings by Request. |
|
114 | + * |
|
115 | + * @return LaravelPropertyBag\Settings\Settings |
|
116 | + */ |
|
117 | 117 | public function setSettingsByRequest() |
118 | 118 | { |
119 | 119 | $allAllowedSettings = array_keys($this->allSettings()->toArray()); |