Completed
Push — master ( e6fd7b...87ba8f )
by Colin
02:12
created
src/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,9 +46,9 @@
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * @param string|null $key
49
-     * @param mixed|null  $default
49
+     * @param false|string  $default
50 50
      *
51
-     * @return mixed|null
51
+     * @return string
52 52
      */
53 53
     public function getOption($key = null, $default = null)
54 54
     {
Please login to merge, or discard this patch.