From 9308ea23f1403b5a2fadcb5fadc001ae7990e357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 29 Oct 2020 11:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Core/JSON.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Core/JSON.php b/System/Core/JSON.php index 34e01e24..3e641318 100644 --- a/System/Core/JSON.php +++ b/System/Core/JSON.php @@ -6,7 +6,7 @@ * Time: 01:04 */ -//declare(strict_types=1); +declare(strict_types=1); namespace Snowflake\Core;