Util::getReq phpdoc 수정

This commit is contained in:
2018-04-07 14:25:10 +09:00
parent 3e069d14f2
commit d6e2a84a36
+1 -1
View File
@@ -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'){