We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908fbc3 commit da04fd8Copy full SHA for da04fd8
LazyProxy/Instantiator/InstantiatorInterface.php
@@ -25,7 +25,7 @@ interface InstantiatorInterface
25
/**
26
* Instantiates a proxy object.
27
*
28
- * @param string $id Identifier of the requested service
+ * @param string $id Identifier of the requested service
29
* @param callable(object=) $realInstantiator A callback that is capable of producing the real service instance
30
31
* @return object
Tests/Loader/IniFileLoaderTest.php
@@ -19,7 +19,7 @@
19
20
class IniFileLoaderTest extends TestCase
21
{
22
- protected ContainerBuilder$container;
+ protected ContainerBuilder $container;
23
protected IniFileLoader $loader;
24
protected function setUp(): void
0 commit comments