-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CS for LocationChildrenTermAggregation and LocationChildrenTerm…
…AggregationTest
- Loading branch information
1 parent
a3199ef
commit 82ad5d3
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 16 additions & 16 deletions
32
.../Repository/Values/Content/Query/Aggregation/Location/LocationChildrenTermAggregation.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
} |