Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Nov 10, 2024
1 parent 373b79c commit 0b14b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/Platform/Events/InstallEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ class InstallEvent
/**
* InstallEvent constructor.
*/
public function __construct(public Command $command)
{
}
public function __construct(public Command $command) {}
}
4 changes: 1 addition & 3 deletions src/Platform/Events/ReplicateFileEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ class ReplicateFileEvent
/**
* ReplicateFileEvent constructor.
*/
public function __construct(public Attachment $attachment, public int $time)
{
}
public function __construct(public Attachment $attachment, public int $time) {}
}
4 changes: 1 addition & 3 deletions src/Platform/Events/UploadedFileEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ class UploadedFileEvent
/**
* UploadedFileEvent constructor.
*/
public function __construct(public Attachment $attachment)
{
}
public function __construct(public Attachment $attachment) {}
}

0 comments on commit 0b14b8b

Please sign in to comment.