@@ -79,7 +79,7 @@ |
||
| 79 | 79 | ->setAllowedTypes('loader_method', array('null', 'string')) |
| 80 | 80 | ->setDefaults(array( |
| 81 | 81 | 'choice_label' => function($choice) { |
| 82 | - return (string)$choice; |
|
| 82 | + return (string) $choice; |
|
| 83 | 83 | }, |
| 84 | 84 | 'choice_value' => 'id', |
| 85 | 85 | 'choices' => $choices, |