Skip to content

Commit 5fe3c26

Browse files
committed
Fix
1 parent 463eac0 commit 5fe3c26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: tests/Rules/Symfony/ContainerInterfacePrivateServiceRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testGetPrivateService(): void
3232
[
3333
[
3434
'Service "private" is private.',
35-
12,
35+
13,
3636
],
3737
]
3838
);

Diff for: tests/Rules/Symfony/ContainerInterfaceUnknownServiceRuleTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testGetPrivateService(): void
3333
[
3434
[
3535
'Service "unknown" is not registered in the container.',
36-
24,
36+
25,
3737
],
3838
]
3939
);
@@ -52,7 +52,7 @@ public function testGetPrivateServiceInAbstractController(): void
5252
[
5353
[
5454
'Service "unknown" is not registered in the container.',
55-
24,
55+
25,
5656
],
5757
]
5858
);

0 commit comments

Comments
 (0)