Passed
Push — master ( ffdaaa...2bd757 )
by butschster
20:14 queued 13:13
created
src/Reactor/src/FileDeclaration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
48 48
         return self::fromElement((new Factory())->fromCode($code));
49 49
     }
50 50
 
51
-    public function addNamespace(string|PhpNamespace $namespace): PhpNamespace
51
+    public function addNamespace(string | PhpNamespace $namespace): PhpNamespace
52 52
     {
53
-        if ($namespace instanceof PhpNamespace) {
53
+        if ($namespace instanceof PhpNamespace){
54 54
             $this->element->addNamespace($namespace->getElement());
55 55
 
56 56
             return $namespace;
Please login to merge, or discard this patch.