Skip to content

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Apr 17, 2024
1 parent b73f7ad commit eee0516
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 38 deletions.
29 changes: 0 additions & 29 deletions pint.json

This file was deleted.

2 changes: 1 addition & 1 deletion tests/EloquentOverrideTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests;

use Tests\Eloquent\Vegetable;
use PHPUnit\Framework\Attributes\Test;
use Tests\Eloquent\Vegetable;

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

namespace Tests;

use PHPUnit\Framework\Attributes\Test;
use Tests\Eloquent\Country;
use Tests\Eloquent\Vegetable;
use PHPUnit\Framework\Attributes\Test;

final class ScopesTest extends TestCase
{
Expand Down
10 changes: 5 additions & 5 deletions tests/TranslatableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
namespace Tests;

use Astrotomic\Translatable\Locales;
use Illuminate\Database\Eloquent\MassAssignmentException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\DB;
use PHPUnit\Framework\Attributes\Test;
use Tests\Eloquent\Country;
use Tests\Eloquent\CountryStrict;
use Tests\Eloquent\CountryTranslation;
use Tests\Eloquent\Person;
use Tests\Eloquent\Vegetable;
use Tests\Eloquent\VegetableTranslation;
use Illuminate\Database\Eloquent\MassAssignmentException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\DB;
use PHPUnit\Framework\Attributes\Test;

final class TranslatableTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/factories/CountryFactory.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Tests\Eloquent\Country;
use Faker\Generator as Faker;
use Illuminate\Database\Eloquent\Factory as ModelFactory;
use Tests\Eloquent\Country;

/* @var ModelFactory $factory */

Expand Down
2 changes: 1 addition & 1 deletion tests/factories/VegetableFactory.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Tests\Eloquent\Vegetable;
use Faker\Generator as Faker;
use Illuminate\Database\Eloquent\Factory as ModelFactory;
use Tests\Eloquent\Vegetable;

/* @var ModelFactory $factory */

Expand Down

0 comments on commit eee0516

Please sign in to comment.