We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dac13 commit 79ac35aCopy full SHA for 79ac35a
src/LogicStream/LogicStreamWrapper.php
@@ -88,7 +88,7 @@ private function loadContents(SplFileObject $file):void {
88
$this->path,
89
self::NAMESPACE_PREFIX
90
);
91
- $this->contents .= "namespace $namespace;\n\n";
+ $this->contents .= "namespace $namespace;\t";
92
$foundNamespace = true;
93
}
94
0 commit comments