Passed
Push — master ( f2239e...07f95b )
by Jan
05:19
created
src/Services/ImportExportSystem/EntityImporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         foreach ($names as $name) {
81 81
             //Count intendation level (whitespace characters at the beginning of the line)
82
-            $identSize = strlen($name)-strlen(ltrim($name));
82
+            $identSize = strlen($name) - strlen(ltrim($name));
83 83
 
84 84
             //If the line is intendet more than the last line, we have a new parent element
85 85
             if ($identSize > end($indentations)) {
Please login to merge, or discard this patch.