Skip to content

Commit 2ef9410

Browse files
committed
Fixed too many spaces
1 parent ced1430 commit 2ef9410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code_samples/notifications/Src/Query/search.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\DateCreated;
6-
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\Status;
7-
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\Type;
8-
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\NotificationQuery;
6+
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\Status;
7+
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\Type;
8+
use Ibexa\Contracts\Core\Repository\Values\Notification\Query\NotificationQuery;
99

1010
/** @var \Ibexa\Contracts\Core\Repository\NotificationService $notificationService */
1111
$query = new NotificationQuery([], 0, 25);

0 commit comments

Comments
 (0)