We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4a978 commit 5efa528Copy full SHA for 5efa528
generator/src/WritePhpFunction.php
@@ -84,7 +84,7 @@ private function writePhpFunction(): string
84
break;
85
}
86
} while (true);
87
- $phpFunction .= 'else {'."\n";
+ $phpFunction .= ' else {'."\n";
88
$phpFunction .= ' $result = '.$this->printFunctionCall($method)."\n";
89
$phpFunction .= ' }';
90
0 commit comments