From 2602b0b6c2ddb87775406b84f17f96ddebcec12b Mon Sep 17 00:00:00 2001 From: mattamon Date: Fri, 24 May 2024 08:31:20 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Asset/Service/AssetServiceInterface.php | 2 +- src/Asset/Service/CustomSettingsServiceInterface.php | 2 +- src/Asset/Service/DataServiceInterface.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Asset/Service/AssetServiceInterface.php b/src/Asset/Service/AssetServiceInterface.php index d35d950a3..fdd44111c 100644 --- a/src/Asset/Service/AssetServiceInterface.php +++ b/src/Asset/Service/AssetServiceInterface.php @@ -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; } diff --git a/src/Asset/Service/CustomSettingsServiceInterface.php b/src/Asset/Service/CustomSettingsServiceInterface.php index 127ff22a4..a64c9cf23 100644 --- a/src/Asset/Service/CustomSettingsServiceInterface.php +++ b/src/Asset/Service/CustomSettingsServiceInterface.php @@ -24,4 +24,4 @@ interface CustomSettingsServiceInterface { public function getCustomSettings(int $id): CustomSettings; -} \ No newline at end of file +} diff --git a/src/Asset/Service/DataServiceInterface.php b/src/Asset/Service/DataServiceInterface.php index d6230cf23..bd5402bad 100644 --- a/src/Asset/Service/DataServiceInterface.php +++ b/src/Asset/Service/DataServiceInterface.php @@ -22,4 +22,4 @@ interface DataServiceInterface { public function getUTF8EncodedData(int $id): string; -} \ No newline at end of file +}