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 - ) - { + ) { }