From 82ad5d3ae401f1b1e610769f7caaa8074eb6e248 Mon Sep 17 00:00:00 2001 From: Mateusz Bieniek Date: Thu, 29 Jul 2021 13:30:55 +0200 Subject: [PATCH] Fixed CS for LocationChildrenTermAggregation and LocationChildrenTermAggregationTest --- .../LocationChildrenTermAggregationTest.php | 2 +- .../LocationChildrenTermAggregation.php | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eZ/Publish/API/Repository/Tests/SearchService/Aggregation/LocationChildrenTermAggregationTest.php b/eZ/Publish/API/Repository/Tests/SearchService/Aggregation/LocationChildrenTermAggregationTest.php index 6dd74de5f4..a9951b08b7 100644 --- a/eZ/Publish/API/Repository/Tests/SearchService/Aggregation/LocationChildrenTermAggregationTest.php +++ b/eZ/Publish/API/Repository/Tests/SearchService/Aggregation/LocationChildrenTermAggregationTest.php @@ -22,7 +22,7 @@ public function testFindContentWithAggregation( Aggregation $aggregation, AggregationResult $expectedResult ): void { - self::markTestSkipped("LocationChildrenTermAggregation is only available for Location search"); + self::markTestSkipped('LocationChildrenTermAggregation is only available for Location search'); } public function dataProviderForTestFindContentWithAggregation(): iterable diff --git a/eZ/Publish/API/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php b/eZ/Publish/API/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php index 4241118555..1cd80c7e62 100644 --- a/eZ/Publish/API/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php +++ b/eZ/Publish/API/Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php @@ -1,16 +1,16 @@ -