Completed
Pull Request — master (#4)
by Daniel
02:02
created
lib/Cell/PropertyType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
         parent::configureOptions($options);
25 25
 
26 26
         $options->setDefault('property', null);
27
-        $options->setAllowedTypes('property', [ 'string', 'null' ]);
28
-        $options->setNormalizer('property', function (OptionsResolver $options, $value) {
27
+        $options->setAllowedTypes('property', ['string', 'null']);
28
+        $options->setNormalizer('property', function(OptionsResolver $options, $value) {
29 29
             if (null !== $value) {
30 30
                 return $value;
31 31
             }
Please login to merge, or discard this patch.