From 2eefac479c00f2b7e8ae8540fa095e4fa783692b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sun, 8 May 2022 14:07:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=82=B6=E3=83=AB=E3=83=88=E7=A8=AE?= =?UTF-8?q?=E9=A1=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/helper.php b/include/helper.php index 24e0173..45e31ac 100644 --- a/include/helper.php +++ b/include/helper.php @@ -10,7 +10,7 @@ die(); } - function uuid () { + function uuid (): string { return sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff), mt_rand(0, 0xffff), // 32bitlow