We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1500 commit 4aef6c0Copy full SHA for 4aef6c0
src/contracts/Values/Query/PaginationAwareInterface.php
@@ -1,5 +1,11 @@
1
<?php
2
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
+
9
namespace Ibexa\Contracts\CoreSearch\Values\Query;
10
11
interface PaginationAwareInterface
0 commit comments