Skip to content

Commit

Permalink
after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Apr 5, 2024
1 parent fd84a5b commit 554fc37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/Server/Input/Parser/Criterion/IsContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
use Ibexa\Rest\Input\BaseParser;
use Ibexa\Rest\Input\ParserTools;

class IsContainer extends BaseParser
final class IsContainer extends BaseParser
{
/** @var \Ibexa\Rest\Input\ParserTools */
protected $parserTools;
protected ParserTools $parserTools;

public function __construct(ParserTools $parserTools)
{
Expand Down

0 comments on commit 554fc37

Please sign in to comment.