Skip to content

Commit 2cd5449

Browse files
Removed unused use-statement
1 parent c713d39 commit 2cd5449

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PhpCsFixer\Config;
66
use PhpCsFixer\Finder;
7-
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
87

98
$finder = (new Finder())
109
->in(__DIR__);

symfony-addon-constraints/.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PhpCsFixer\Config;
66
use PhpCsFixer\Finder;
7-
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
87

98
$finder = (new Finder())
109
->in(__DIR__);

symfony-addon-form-types/.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PhpCsFixer\Config;
66
use PhpCsFixer\Finder;
7-
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
87

98
$finder = (new Finder())
109
->in(__DIR__);

symfony-addon-transformers/.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PhpCsFixer\Config;
66
use PhpCsFixer\Finder;
7-
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
87

98
$finder = (new Finder())
109
->in(__DIR__);

0 commit comments

Comments
 (0)