Passed
Push — main ( 97d8d6...d31f66 )
by Stefan
11:26
created
SKien/Formgenerator/XMLHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         if (strlen($strArray) > 0) {
56 56
             // to make it validateable by XSD-schema, we use a whitespace-separated list since
57 57
             // there is no way to define the delimiter for xs:list in XSD...
58
-             $aValues = array_map('trim', preg_split('/\s+/', trim($strArray)));
58
+                $aValues = array_map('trim', preg_split('/\s+/', trim($strArray)));
59 59
         }
60 60
         return $aValues;
61 61
     }
Please login to merge, or discard this patch.