Skip to content

Commit

Permalink
Fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Aug 30, 2024
1 parent 177ab67 commit 97e7cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* @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 Ibexa\Contracts\Rest\Input\Parser\Query\SortClause;

use Ibexa\Contracts\Rest\Exceptions;
Expand Down Expand Up @@ -43,7 +45,7 @@ final public function processSortClauses(array $sortClauseData): iterable
abstract protected function getMediaTypePrefix(): string;

abstract protected function getParserInvalidSortClauseMessage(string $sortClauseName): string;

private function getSortClauseMediaType(string $sortClauseName): string
{
$mediaTypePrefix = $this->getMediaTypePrefix();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* @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 Ibexa\Contracts\Rest\Input\Parser\Query\SortClause;

/**
Expand Down

0 comments on commit 97e7cd3

Please sign in to comment.