Skip to content

Commit 02e03b3

Browse files
committed
after CR
1 parent 554fc37 commit 02e03b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bundle/Resources/config/input_parsers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ services:
443443

444444
Ibexa\Rest\Server\Input\Parser\Criterion\IsContainer:
445445
parent: Ibexa\Rest\Server\Common\Parser
446-
class: Ibexa\Rest\Server\Input\Parser\Criterion\IsContainer
447446
arguments:
448447
$parserTools: '@Ibexa\Rest\Input\ParserTools'
449448
tags:

src/lib/Server/Input/Parser/Criterion/IsContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
final class IsContainer extends BaseParser
1818
{
19-
protected ParserTools $parserTools;
19+
private ParserTools $parserTools;
2020

2121
public function __construct(ParserTools $parserTools)
2222
{

0 commit comments

Comments
 (0)