Skip to content

Commit 4aef6c0

Browse files
committed
Fixed code style
1 parent bfa1500 commit 4aef6c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/contracts/Values/Query/PaginationAwareInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @copyright Copyright (C) Ibexa AS. All rights reserved.
5+
* @license For full copyright and license information view LICENSE file distributed with this source code.
6+
*/
7+
declare(strict_types=1);
8+
39
namespace Ibexa\Contracts\CoreSearch\Values\Query;
410

511
interface PaginationAwareInterface

0 commit comments

Comments
 (0)