Completed
Pull Request — master (#737)
by Greg
03:07
created
src/Config/Config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * {@inheritdoc}
48 48
      */
49
-   public function addContext($name, ConfigInterface $config)
49
+    public function addContext($name, ConfigInterface $config)
50 50
     {
51 51
         $this->contexts[$name] = $config;
52 52
         return $this;
Please login to merge, or discard this patch.