change somes things for SA

This commit is contained in:
Orklah
2020-02-22 12:03:05 +01:00
parent 8bc250e5d2
commit 9724d359e9
17 changed files with 44 additions and 36 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class DescriptionFactory
$startingSpaceCount = 9999999;
for ($i = 1, $iMax = count($lines); $i < $iMax; ++$i) {
// lines with a no length do not count as they are not indented at all
if (strlen(trim($lines[$i])) === 0) {
if (trim($lines[$i]) === '') {
continue;
}