Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 8, 2024
1 parent cf089f6 commit 4332708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/modules/Profiler/Domain/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Profile
innerKey: 'uuid',
outerKey: 'profile_uuid',
orderBy: ['order' => 'ASC'],
fkOnDelete: 'CASCADE'
fkOnDelete: 'CASCADE',
)]
public ArrayCollection $edges;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

final readonly class ProfileFactory implements ProfileFactoryInterface
{

public function create(string $name, array $tags, Peaks $peaks): Profile
{
return new Profile(
Expand Down

0 comments on commit 4332708

Please sign in to comment.