Completed
Push — master ( 590f4c...1ff8f1 )
by Michael
05:40
created
src/Config.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         parent::__construct($cliArgs, $dieOnUnknownArg);
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $path
32
+     */
30 33
     protected function sugaredRimGetConfig($path = null, $default = null)
31 34
     {
32 35
         if ($this->sugaredRimConfig === null) {
Please login to merge, or discard this patch.