Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed May 24, 2024
1 parent 5c0b722 commit 2602b0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Asset/Service/AssetServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ interface AssetServiceInterface
{
public function getAssets(ElementParameters $parameters): Collection;

public function getAsset(int $id): Asset|Archive|Audio|Document|Folder|Image|Text|Unknown|Video;
public function getAsset(int $id): Asset|Archive|Audio|Document|Folder|Image|Text|Unknown|Video;
}
2 changes: 1 addition & 1 deletion src/Asset/Service/CustomSettingsServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
interface CustomSettingsServiceInterface
{
public function getCustomSettings(int $id): CustomSettings;
}
}
2 changes: 1 addition & 1 deletion src/Asset/Service/DataServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
interface DataServiceInterface
{
public function getUTF8EncodedData(int $id): string;
}
}

0 comments on commit 2602b0b

Please sign in to comment.