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