From e0cb8ac8d68fcd6aaa1b5ce61ef44705bc5ff0a0 Mon Sep 17 00:00:00 2001 From: mattamon Date: Fri, 12 Apr 2024 11:17:59 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Dto/DataObject.php | 18 +++++++++++++++--- src/Factory/QueryFactory.php | 3 +-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/Dto/DataObject.php b/src/Dto/DataObject.php index d91b4a8b4..1d68d48fe 100644 --- a/src/Dto/DataObject.php +++ b/src/Dto/DataObject.php @@ -1,5 +1,18 @@ id; } -} \ No newline at end of file +} diff --git a/src/Factory/QueryFactory.php b/src/Factory/QueryFactory.php index ffdba34a4..a4ebc325a 100644 --- a/src/Factory/QueryFactory.php +++ b/src/Factory/QueryFactory.php @@ -26,8 +26,7 @@ public function __construct( private AssetQueryProviderInterface $assetQueryProvider, private DataObjectQueryProviderInterface $dataObjectQueryProvider - ) - { + ) { }