Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored and github-actions[bot] committed Jun 21, 2024
1 parent 5f6d52a commit 12d9771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Types/LocalFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class LocalFile
public function __construct(
protected string $path,
protected string $disk,
) {
}
) {}

/**
* Get the disk of the media.
Expand Down
3 changes: 1 addition & 2 deletions src/Types/RemoteFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class RemoteFile
*/
public function __construct(
protected string $url,
) {
}
) {}

/**
* Get the media's filename.
Expand Down

0 comments on commit 12d9771

Please # to comment.