Skip to content

Commit

Permalink
Apply fixes from StyleCI (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored Apr 15, 2023
1 parent 58e0329 commit 60f5cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace StillCode\ArPhpLaravel\Tests;

use StillCode\ArPhpLaravel\ArPhpLaravelServiceProvider;
use Orchestra\Testbench\TestCase;
use StillCode\ArPhpLaravel\ArPhpLaravelServiceProvider;

class ExampleTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/arPhpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace StillCode\ArPhpLaravel\Tests;

use Orchestra\Testbench\TestCase;
use StillCode\ArPhpLaravel\ArPhpLaravel;
use StillCode\ArPhpLaravel\ArPhpLaravelServiceProvider;
use Orchestra\Testbench\TestCase;

class arPhpTest extends TestCase
{
Expand Down

0 comments on commit 60f5cce

Please sign in to comment.