Passed
Pull Request — master (#5)
by Gerard van
04:08 queued 58s
created
src/Zicht/Tool/Container/ContainerCompiler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
             }
59 59
         );
60 60
 
61
-        if (! ($ret instanceof Container)) {
61
+        if (!($ret instanceof Container)) {
62 62
             throw new \LogicException("The container must be returned by the compiler");
63 63
         }
64 64
         foreach ($this->plugins as $plugin) {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      */
77 77
     public function addPlugin(PluginInterface $p)
78 78
     {
79
-        $this->plugins[]= $p;
79
+        $this->plugins[] = $p;
80 80
     }
81 81
 
82 82
 
Please login to merge, or discard this patch.