From bfb96b0ae8db6180fd7f5b3ace09ab2064bf8012 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 2 Nov 2018 12:07:13 +0100 Subject: [PATCH] Fixed coding style --- module/Common/functions/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Common/functions/functions.php b/module/Common/functions/functions.php index cccd70be..b0d2b434 100644 --- a/module/Common/functions/functions.php +++ b/module/Common/functions/functions.php @@ -3,6 +3,7 @@ declare(strict_types=1); namespace Shlinkio\Shlink\Common; +use const JSON_ERROR_NONE; use function getenv; use function json_decode as spl_json_decode; use function json_last_error; @@ -10,7 +11,6 @@ use function json_last_error_msg; use function sprintf; use function strtolower; use function trim; -use const JSON_ERROR_NONE; /** * Gets the value of an environment variable. Supports boolean, empty and null.