Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 29, 2024
1 parent db5b781 commit b42d360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/Feature/Sortable/SortableExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace LaravelDoctrineTest\Extensions\Feature\Sortable;

use LaravelDoctrine\Extensions\Sortable\SortableExtension;
use LaravelDoctrine\Extensions\Timestamps\TimestampableExtension;
use LaravelDoctrineTest\Extensions\Feature\TestCase;

class SortableExtensionTest extends TestCase
Expand Down
6 changes: 2 additions & 4 deletions tests/Feature/Translatable/TranslatableExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

namespace LaravelDoctrineTest\Extensions\Feature\Translatable;

use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Contracts\Foundation\Application;
use LaravelDoctrine\Extensions\Translatable\TranslatableExtension;
use LaravelDoctrineTest\Extensions\Feature\TestCase;
use Mockery as m;

use function app;

class TranslatableExtensionTest extends TestCase
{
Expand Down

0 comments on commit b42d360

Please sign in to comment.