Skip to content

Commit da04fd8

Browse files
Minor CS fixes
1 parent 908fbc3 commit da04fd8

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)