Skip to content

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 5, 2019
1 parent f8b1d52 commit d107e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Rules/EnumValueTest.php
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\Enum\Laravel\Tests\Rules;

use Spatie\Enum\Laravel\Rules\EnumValue;
use Spatie\Enum\Laravel\Tests\TestCase;
use Spatie\Enum\Laravel\Rules\EnumValue;
use Spatie\Enum\Laravel\Tests\Extra\StatusEnum;

final class EnumValueTest extends TestCase
Expand Down

0 comments on commit d107e01

Please sign in to comment.