Skip to content

Commit 9f2c8fe

Browse files
authored
Merge pull request #27 from stasadev/moved_report_namespace
Move Report Namespace
2 parents 6c86cdc + e50253f commit 9f2c8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"require": {
3232
"php": ">=7.0",
3333
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
34-
"friendsofphp/php-cs-fixer": "^2.14"
34+
"friendsofphp/php-cs-fixer": "^2.18.6"
3535
},
3636
"require-dev": {
3737
"illuminate/console": "^5.4|^6.0"

src/Console/FixCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
use PhpCsFixer\Console\Output\ErrorOutput;
1010
use PhpCsFixer\Console\Output\NullOutput;
1111
use PhpCsFixer\Console\Output\ProcessOutput;
12+
use PhpCsFixer\Console\Report\FixReport\ReportSummary;
1213
use PhpCsFixer\Error\ErrorsManager;
1314
use PhpCsFixer\Finder;
14-
use PhpCsFixer\Report\ReportSummary;
1515
use PhpCsFixer\Runner\Runner;
1616
use PhpCsFixer\ToolInfo;
1717
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)