Skip to content

Commit

Permalink
Added missing strict types declaration to BaseCriterionProcessor (#127)
Browse files Browse the repository at this point in the history
For more details see #127
  • Loading branch information
alongosz authored Aug 29, 2024
1 parent c9338e4 commit 4d17d61
Showing 1 changed file with 2 additions and 0 deletions.
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\Criterion;

use Ibexa\Contracts\Rest\Exceptions;
Expand Down

0 comments on commit 4d17d61

Please sign in to comment.