@@ -36,8 +36,6 @@ |
||
36 | 36 | * Create a new ConfigurationRepositoryInterface instance. |
37 | 37 | * |
38 | 38 | * @param ConfigurationModel $model |
39 | - * @param Repository $config |
|
40 | - * @param FieldTypeCollection $fieldTypes |
|
41 | 39 | */ |
42 | 40 | public function __construct(ConfigurationModel $model) |
43 | 41 | { |
@@ -120,7 +120,7 @@ |
||
120 | 120 | /** |
121 | 121 | * Get the value attribute. |
122 | 122 | * |
123 | - * @return mixed |
|
123 | + * @return null|string |
|
124 | 124 | */ |
125 | 125 | protected function getValueAttribute() |
126 | 126 | { |