Passed
Push — master ( 48bc5e...4e60c6 )
by Steve
03:28
created
src/NodeVisitor/TagNodeVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         $resolver->setAllowedTypes('childless', ['bool']);
216 216
         $resolver->setAllowedTypes('convert_elements', ['array', 'string']);
217 217
 
218
-        $stringToArrayNormalizer = function (Options $options, $value) {
218
+        $stringToArrayNormalizer = function(Options $options, $value) {
219 219
             if (\is_string($value)) {
220 220
                 $value = \preg_split('/[\s]+/', $value, \PREG_SPLIT_NO_EMPTY) ?: [];
221 221
             }
Please login to merge, or discard this patch.