Skip to content

Commit 4260050

Browse files
committed
fix(StyleCI): remove no_blank_lines_between_imports from disabled and fix remaining files
1 parent ad84e73 commit 4260050

8 files changed

+1
-8
lines changed

.styleci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ enabled:
88

99
disabled:
1010
- self_accessor
11-
- no_blank_lines_between_imports

tests/Unit/AuditableTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ public function itFailsToTransitionWhenTheAuditableAttributeCompatibilityIsNotMe
606606
'auditable_id' => $model->getKey(),
607607
'auditable_type' => Article::class,
608608
'old_values' => [],
609-
'new_values' => [
609+
'new_values' => [
610610
'subject' => 'Culpa qui rerum excepturi quisquam quia officiis.',
611611
'text' => 'Magnam enim suscipit officiis tempore ut quis harum.',
612612
],

tests/database/factories/ArticleFactory.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* please view the LICENSE.md file that was distributed
1212
* with this source code.
1313
*/
14-
1514
use Faker\Generator as Faker;
1615
use OwenIt\Auditing\Tests\Models\Article;
1716

tests/database/factories/AuditFactory.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* please view the LICENSE.md file that was distributed
1212
* with this source code.
1313
*/
14-
1514
use Faker\Generator as Faker;
1615
use OwenIt\Auditing\Models\Audit;
1716
use OwenIt\Auditing\Tests\Models\Article;

tests/database/factories/UserFactory.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* please view the LICENSE.md file that was distributed
1212
* with this source code.
1313
*/
14-
1514
use Faker\Generator as Faker;
1615
use OwenIt\Auditing\Tests\Models\User;
1716

tests/database/migrations/0000_00_00_000001_create_audits_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* please view the LICENSE.md file that was distributed
1212
* with this source code.
1313
*/
14-
1514
use Illuminate\Database\Migrations\Migration;
1615
use Illuminate\Database\Schema\Blueprint;
1716
use Illuminate\Support\Facades\Schema;

tests/database/migrations/0000_00_00_000002_create_users_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* please view the LICENSE.md file that was distributed
1212
* with this source code.
1313
*/
14-
1514
use Illuminate\Database\Migrations\Migration;
1615
use Illuminate\Database\Schema\Blueprint;
1716
use Illuminate\Support\Facades\Schema;

tests/database/migrations/0000_00_00_000003_create_articles_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* please view the LICENSE.md file that was distributed
1212
* with this source code.
1313
*/
14-
1514
use Illuminate\Database\Migrations\Migration;
1615
use Illuminate\Database\Schema\Blueprint;
1716
use Illuminate\Support\Facades\Schema;

0 commit comments

Comments
 (0)