Passed
Push — main ( dcb144...5c7fda )
by Garbuz
03:59
created
src/Builder/Package.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.