@@ -36,8 +36,6 @@ |
||
| 36 | 36 | * Create a new SettingRepositoryInterface instance. |
| 37 | 37 | * |
| 38 | 38 | * @param SettingModel $model |
| 39 | - * @param Repository $config |
|
| 40 | - * @param FieldTypeCollection $fieldTypes |
|
| 41 | 39 | */ |
| 42 | 40 | public function __construct(SettingModel $model) |
| 43 | 41 | { |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | /** |
| 98 | 98 | * Get the value attribute. |
| 99 | 99 | * |
| 100 | - * @return mixed |
|
| 100 | + * @return null|string |
|
| 101 | 101 | */ |
| 102 | 102 | protected function getValueAttribute() |
| 103 | 103 | { |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | * We're overriding this to catch |
| 116 | 116 | * the "value" key. |
| 117 | 117 | * |
| 118 | - * @param $fieldSlug |
|
| 118 | + * @param string $fieldSlug |
|
| 119 | 119 | * @return FieldTypePresenter |
| 120 | 120 | */ |
| 121 | 121 | public function getFieldTypePresenter($fieldSlug) |