Skip to content

Commit

Permalink
Update tests/Fixer/Comment/HeaderCommentFixerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 24, 2021
1 parent f5affd0 commit 8699116
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/Fixer/Comment/HeaderCommentFixerTest.php
Expand Up @@ -13,12 +13,8 @@
namespace PhpCsFixer\Tests\Fixer\Comment;

use PhpCsFixer\ConfigurationException\InvalidFixerConfigurationException;
<<<<<<< Updated upstream
use PhpCsFixer\Tests\Test\AbstractFixerWithAliasedOptionsTestCase;
=======
use PhpCsFixer\Fixer\Comment\HeaderCommentFixer;
use PhpCsFixer\Tests\Test\AbstractFixerTestCase;
>>>>>>> Stashed changes
use PhpCsFixer\Tests\Test\AbstractFixerWithAliasedOptionsTestCase;
use PhpCsFixer\WhitespacesFixerConfig;

/**
Expand Down

0 comments on commit 8699116

Please sign in to comment.