@@ -79,7 +79,7 @@ |
||
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)) { |