Skip to content

Commit cf54541

Browse files
StyleCI updates
1 parent 2494d8a commit cf54541

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Unit/AuditableTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,9 +981,9 @@ public function itTransitionsWhenTheAuditAuditableIdTypeDoesNotMatchTheModelIdTy
981981

982982
// Key depends on type
983983
if ($model->getKeyType() == 'string') {
984-
$key = (string)$model->id;
984+
$key = (string) $model->id;
985985
} else {
986-
$key = (int)$model->id;
986+
$key = (int) $model->id;
987987
}
988988

989989
$audit = factory(Audit::class)->create([

tests/database/factories/ApiModelFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Ramsey\Uuid\Uuid;
43
use Faker\Generator as Faker;
54
use OwenIt\Auditing\Tests\Models\ApiModel;
5+
use Ramsey\Uuid\Uuid;
66

77
/*
88
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)