Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 30, 2024
1 parent 95305a7 commit 1b437c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/normalize-callmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@

use DG\BypassFinals;
use Psalm\Internal\Analyzer\ProjectAnalyzer;
use Psalm\Internal\Codebase\Reflection;
use Psalm\Internal\Provider\FileProvider;
use Psalm\Internal\Provider\Providers;
use Psalm\Internal\Type\Comparator\UnionTypeComparator;
use Psalm\Tests\TestConfig;
use Psalm\Type;
use Psalm\Type\Atomic\TNull;

BypassFinals::enable();

Expand All @@ -32,7 +29,4 @@
file_put_contents($file, '<?php // phpcs:ignoreFile
return '.var_export($callMap, true).';');

}


0 comments on commit 1b437c6

Please sign in to comment.