Skip to content

Commit 2952601

Browse files
Merge pull request #123 from michaeldyrynda/analysis-EPBn4G
Apply fixes from StyleCI
2 parents 1034d77 + 450620a commit 2952601

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Fixtures/Uuid1Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Uuid1Post extends Model
88
{
99
use GeneratesUuid;
1010

11-
public function uuidVersion(): string
11+
public function uuidVersion(): string
1212
{
1313
return 'uuid1';
1414
}

tests/Fixtures/Uuid4Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class Uuid4Post extends Model
1010

1111
public function uuidVersion(): string
1212
{
13-
return 'uuid4';
13+
return 'uuid4';
1414
}
1515
}

tests/Fixtures/Uuid6Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class Uuid6Post extends Model
1010

1111
public function uuidVersion(): string
1212
{
13-
return 'uuid6';
13+
return 'uuid6';
1414
}
1515
}

0 commit comments

Comments
 (0)