Skip to content

Commit

Permalink
after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Apr 17, 2024
1 parent 554fc37 commit 02e03b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bundle/Resources/config/input_parsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ services:

Ibexa\Rest\Server\Input\Parser\Criterion\IsContainer:
parent: Ibexa\Rest\Server\Common\Parser
class: Ibexa\Rest\Server\Input\Parser\Criterion\IsContainer
arguments:
$parserTools: '@Ibexa\Rest\Input\ParserTools'
tags:
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Server/Input/Parser/Criterion/IsContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

final class IsContainer extends BaseParser
{
protected ParserTools $parserTools;
private ParserTools $parserTools;

public function __construct(ParserTools $parserTools)
{
Expand Down

0 comments on commit 02e03b3

Please sign in to comment.