Skip to content

Commit

Permalink
Merge pull request #123 from michaeldyrynda/analysis-EPBn4G
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
michaeldyrynda authored Feb 16, 2023
2 parents 1034d77 + 450620a commit 2952601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Fixtures/Uuid1Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Uuid1Post extends Model
{
use GeneratesUuid;

public function uuidVersion(): string
public function uuidVersion(): string
{
return 'uuid1';
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixtures/Uuid4Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Uuid4Post extends Model

public function uuidVersion(): string
{
return 'uuid4';
return 'uuid4';
}
}
2 changes: 1 addition & 1 deletion tests/Fixtures/Uuid6Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Uuid6Post extends Model

public function uuidVersion(): string
{
return 'uuid6';
return 'uuid6';
}
}

0 comments on commit 2952601

Please sign in to comment.