@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | */ |
25 | 25 | public function finishView(FormView $view, FormInterface $form, array $options): void |
26 | 26 | { |
27 | - $format = 'HH'; |
|
27 | + $format = 'HH'; |
|
28 | 28 | |
29 | 29 | if ($options['with_minutes']) { |
30 | 30 | $format .= ':mm'; |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | $dpKey = substr($key, 3); |
91 | 91 | $dpKey = preg_replace_callback( |
92 | 92 | '/_([a-z])/', |
93 | - function ($c) { |
|
93 | + function($c) { |
|
94 | 94 | return strtoupper($c[1]); |
95 | 95 | }, |
96 | 96 | $dpKey |