@@ -20,7 +20,7 @@ |
||
20 | 20 | $resolver |
21 | 21 | ->setRequired('measurement') |
22 | 22 | ->setDefaults([ |
23 | - 'choices' => function (Options $options) { |
|
23 | + 'choices' => function(Options $options) { |
|
24 | 24 | return $this->loadChoicesFromQuery( |
25 | 25 | sprintf( |
26 | 26 | 'SHOW FIELD KEYS FROM "%s"', |