Completed
Push — master ( aee3a6...824acf )
by Ben
23:56
created
src/Values/Config.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
         return new static($config);
24 24
     }
25 25
 
26
+    /**
27
+     * @param string $key
28
+     */
26 29
     public function get($key, $default = null)
27 30
     {
28 31
         if (!isset($this->config[$key])) {
Please login to merge, or discard this patch.