Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed May 22, 2023
1 parent d23616c commit f65d53f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Psalm/Internal/Cli/Psalm.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@
use function implode;
use function in_array;
use function ini_get;
use function ini_set;
use function is_array;
use function is_numeric;
use function is_scalar;
use function is_string;
use function json_encode;
use function max;
Expand Down
3 changes: 0 additions & 3 deletions src/Psalm/Internal/Cli/Psalter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use AssertionError;
use Psalm\Config;
use Psalm\Exception\ConfigException;
use Psalm\Exception\UnsupportedIssueToFixException;
use Psalm\Internal\Analyzer\ProjectAnalyzer;
use Psalm\Internal\CliUtils;
Expand Down Expand Up @@ -44,11 +43,9 @@
use function getopt;
use function implode;
use function in_array;
use function ini_set;
use function is_array;
use function is_dir;
use function is_numeric;
use function is_scalar;
use function is_string;
use function microtime;
use function pathinfo;
Expand Down

0 comments on commit f65d53f

Please sign in to comment.