Skip to content

Commit 5efa528

Browse files
authored
Fixed else statement code style (#297)
1 parent 7a4a978 commit 5efa528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/src/WritePhpFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function writePhpFunction(): string
8484
break;
8585
}
8686
} while (true);
87-
$phpFunction .= 'else {'."\n";
87+
$phpFunction .= ' else {'."\n";
8888
$phpFunction .= ' $result = '.$this->printFunctionCall($method)."\n";
8989
$phpFunction .= ' }';
9090
}

0 commit comments

Comments
 (0)