@@ -35,14 +35,14 @@ |
||
35 | 35 | */ |
36 | 36 | trait ConfigMethodsTrait |
37 | 37 | { |
38 | - /** |
|
39 | - * Parse the POST fields and set them into configuration data structure. |
|
40 | - * Used for saveConfig method only. |
|
41 | - * |
|
42 | - * @param array $postParams |
|
43 | - * |
|
44 | - * @return void |
|
45 | - */ |
|
38 | + /** |
|
39 | + * Parse the POST fields and set them into configuration data structure. |
|
40 | + * Used for saveConfig method only. |
|
41 | + * |
|
42 | + * @param array $postParams |
|
43 | + * |
|
44 | + * @return void |
|
45 | + */ |
|
46 | 46 | protected function saveConfigPrepareSettings(array $postParams): void |
47 | 47 | { |
48 | 48 | foreach ($postParams as $postKey => $postData) { |