@@ -219,7 +219,7 @@ discard block |
||
219 | 219 | */ |
220 | 220 | public function getNamespace(): string |
221 | 221 | { |
222 | - return $this->spacer($this->getPackageVendor()) . '\\' . $this->spacer($this->getPackageName());; |
|
222 | + return $this->spacer($this->getPackageVendor()) . '\\' . $this->spacer($this->getPackageName()); ; |
|
223 | 223 | } |
224 | 224 | |
225 | 225 | /** |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | */ |
228 | 228 | public function getNamespaceSlashes(): string |
229 | 229 | { |
230 | - return $this->spacer($this->getPackageVendor()) . '\\\\' . $this->spacer($this->getPackageName());; |
|
230 | + return $this->spacer($this->getPackageVendor()) . '\\\\' . $this->spacer($this->getPackageName()); ; |
|
231 | 231 | } |
232 | 232 | |
233 | 233 | /** |