Skip to content

Commit

Permalink
fix cs checks
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Oct 31, 2024
1 parent 5c1bbe7 commit 93f532c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tools/Console/Command/DiffCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

use function addslashes;
use function class_exists;
use function count;
use function filter_var;
Expand Down Expand Up @@ -128,6 +127,7 @@ protected function execute(
}

$fqcn = $this->getDependencyFactory()->getClassNameGenerator()->generateClassName($namespace);

$diffGenerator = $this->getDependencyFactory()->getDiffGenerator();

try {
Expand Down
1 change: 0 additions & 1 deletion src/Tools/Console/Command/DumpSchemaCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

use function addslashes;
use function class_exists;
use function sprintf;
use function str_contains;
Expand Down

0 comments on commit 93f532c

Please sign in to comment.