Skip to content

Commit

Permalink
Fixed CS for LocationChildrenTermAggregation and LocationChildrenTerm…
Browse files Browse the repository at this point in the history
…AggregationTest
  • Loading branch information
mateuszbieniek committed Jul 29, 2021
1 parent a3199ef commit 82ad5d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php

/**
* @copyright Copyright (C) Ibexa AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
declare(strict_types=1);

namespace eZ\Publish\API\Repository\Values\Content\Query\Aggregation\Location;

use eZ\Publish\API\Repository\Values\Content\Query\Aggregation\AbstractTermAggregation;
use eZ\Publish\API\Repository\Values\Content\Query\Aggregation\LocationAggregation;

final class LocationChildrenTermAggregation extends AbstractTermAggregation implements LocationAggregation
{
}
<?php

/**
* @copyright Copyright (C) Ibexa AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
declare(strict_types=1);

namespace eZ\Publish\API\Repository\Values\Content\Query\Aggregation\Location;

use eZ\Publish\API\Repository\Values\Content\Query\Aggregation\AbstractTermAggregation;
use eZ\Publish\API\Repository\Values\Content\Query\Aggregation\LocationAggregation;

final class LocationChildrenTermAggregation extends AbstractTermAggregation implements LocationAggregation
{
}

0 comments on commit 82ad5d3

Please sign in to comment.