Completed
Push — master ( 788ed8...3bee19 )
by Sebastian
03:13
created
src/Config/Options.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
      * Return a option value.
34 34
      *
35 35
      * @param  string $name
36
-     * @param  mixed  $default
37
-     * @return mixed
36
+     * @param  integer  $default
37
+     * @return integer
38 38
      */
39 39
     public function get($name, $default = null)
40 40
     {
Please login to merge, or discard this patch.