Completed
Push — master ( 279f7d...361b61 )
by Sullivan
04:56
created
src/Form/Type/FieldKeyType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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"',
Please login to merge, or discard this patch.