fix(misc): phan

This commit is contained in:
2021-10-12 01:30:37 +09:00
parent e8a1d87919
commit eb1e1421ab
12 changed files with 858 additions and 867 deletions
+1
View File
@@ -39,6 +39,7 @@ class Json
return json_decode($value);
}
/** @return never */
public static function die($value, $flag = self::NO_CACHE)
{
//NOTE: REST 형식에 맞게, ok(), fail()로 쪼개는게 낫지 않을까 생각해봄.