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 af3f46d commit c71210dCopy full SHA for c71210d
src/Traits/ContainerTestTrait.php
@@ -41,8 +41,8 @@ protected function setUpContainer(ContainerInterface $container = null): void
41
/**
42
* Define an object or a value in the container.
43
*
44
- * @param string $name Entry name
45
- * @param mixed $value Value, use definition helpers to define objects
+ * @param string $name The entry name
+ * @param mixed $value The value
46
47
* @throws BadMethodCallException
48
0 commit comments