Completed
Push — develop ( 5dd5d5...1fd506 )
by Kevin
11:06 queued 47s
created
lib/MagiumConfigurationFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -147,6 +147,9 @@
 block discarded – undo
147 147
         $this->context = $context;
148 148
     }
149 149
 
150
+    /**
151
+     * @param string $path
152
+     */
150 153
     public function getEnvironmentVariableOverride($path)
151 154
     {
152 155
         $pathTranslated = 'MCM_' . str_replace('/', '_', strtoupper($path));
Please login to merge, or discard this patch.