From d6e2a84a3610693d10ec9b213591cca9dbaf8cc0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 7 Apr 2018 14:25:10 +0900 Subject: [PATCH] =?UTF-8?q?Util::getReq=20phpdoc=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sammo/Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sammo/Util.php b/src/sammo/Util.php index 8189f238..28d7542b 100644 --- a/src/sammo/Util.php +++ b/src/sammo/Util.php @@ -9,7 +9,7 @@ class Util extends \utilphp\util * * @param string $name 가져오고자 하는 key 이름. * @param string $type 가져오고자 하는 type. [string, int, float, bool, array, array_string, array_int] - * @return int|float|string|null + * @return int|float|string|array|null * @throws \InvalidArgumentException */ public static function getReq(string $name, string $type = 'string'){