Skip to content

Commit

Permalink
Fix another namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed May 17, 2023
1 parent 74c5452 commit 85b9611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Whitespace/MultilineIfStatementBracesFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

namespace ErickSkrauch\PhpCsFixer\Tests\Whitespace;

use Ely\CS\Fixer\Whitespace\MultilineIfStatementBracesFixer;
use ErickSkrauch\PhpCsFixer\Whitespace\MultilineIfStatementBracesFixer;
use PhpCsFixer\AbstractFixer;
use PhpCsFixer\Tests\Test\AbstractFixerTestCase;

/**
* @covers \Ely\CS\Fixer\Whitespace\MultilineIfStatementBracesFixer
* @covers \ErickSkrauch\PhpCsFixer\Whitespace\MultilineIfStatementBracesFixer
*/
final class MultilineIfStatementBracesFixerTest extends AbstractFixerTestCase {

Expand Down

0 comments on commit 85b9611

Please sign in to comment.