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:
parent
76c1e413a1
commit
924c6daeaf
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user