1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix coding style issues

This commit is contained in:
Alies Lapatsin 2023-01-17 10:28:06 +01:00
parent 76c1e413a1
commit 924c6daeaf
2 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,7 @@ use function preg_replace;
use function realpath;
use function setlocale;
use function str_repeat;
use function str_replace;
use function strlen;
use function strpos;
use function substr;

View File

@ -19,6 +19,7 @@ use function curl_setopt;
use function function_exists;
use function fwrite;
use function is_array;
use function is_int;
use function is_string;
use function json_encode;
use function parse_url;
@ -34,6 +35,7 @@ use const CURLOPT_RETURNTRANSFER;
use const JSON_THROW_ON_ERROR;
use const PHP_EOL;
use const PHP_URL_HOST;
use const PHP_URL_SCHEME;
use const STDERR;
use const STDOUT;