Completed
Push — master ( aac949...655c0f )
by Alberto
13s
created
src/Moka/Builder/ProxyBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Moka\Builder;
5 5
 
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
             return $this->buildProxy($fqcnOrAlias);
63 63
         }
64 64
 
65
-        if (!$this->container->has($alias)) {
65
+        if ( ! $this->container->has($alias)) {
66 66
             $this->container->set($alias, $this->buildProxy($fqcnOrAlias));
67 67
         }
68 68
 
Please login to merge, or discard this patch.