mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-20 01:09:56 +03:00
Fixed coding style
This commit is contained in:
parent
f64920e510
commit
bfb96b0ae8
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Shlinkio\Shlink\Common;
|
namespace Shlinkio\Shlink\Common;
|
||||||
|
|
||||||
|
use const JSON_ERROR_NONE;
|
||||||
use function getenv;
|
use function getenv;
|
||||||
use function json_decode as spl_json_decode;
|
use function json_decode as spl_json_decode;
|
||||||
use function json_last_error;
|
use function json_last_error;
|
||||||
|
@ -10,7 +11,6 @@ use function json_last_error_msg;
|
||||||
use function sprintf;
|
use function sprintf;
|
||||||
use function strtolower;
|
use function strtolower;
|
||||||
use function trim;
|
use function trim;
|
||||||
use const JSON_ERROR_NONE;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of an environment variable. Supports boolean, empty and null.
|
* Gets the value of an environment variable. Supports boolean, empty and null.
|
||||||
|
|
Loading…
Add table
Reference in a new issue