Test Failed
Push — master ( 37d3cb...34a83f )
by kill
03:43
created
function.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -462,8 +462,8 @@
 block discarded – undo
462 462
      * 获取环境变量
463 463
      *
464 464
      * @param  string  $key
465
-     * @param  mixed   $default
466
-     * @return mixed
465
+     * @param  string|false   $default
466
+     * @return string
467 467
      */
468 468
     function env($key, $default = null)
469 469
     {
Please login to merge, or discard this patch.