Skip to content

Commit 57ca450

Browse files
minor #51745 Minor CS fixes (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- Minor CS fixes | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 85345d2e9a Minor CS fixes
2 parents 251f9b9 + da04fd8 commit 57ca450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LazyProxy/Instantiator/InstantiatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface InstantiatorInterface
2525
/**
2626
* Instantiates a proxy object.
2727
*
28-
* @param string $id Identifier of the requested service
28+
* @param string $id Identifier of the requested service
2929
* @param callable(object=) $realInstantiator A callback that is capable of producing the real service instance
3030
*
3131
* @return object

Tests/Loader/IniFileLoaderTest.php

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

2020
class IniFileLoaderTest extends TestCase
2121
{
22-
protected ContainerBuilder$container;
22+
protected ContainerBuilder $container;
2323
protected IniFileLoader $loader;
2424

2525
protected function setUp(): void

0 commit comments

Comments
 (0)