Skip to content

Commit c71210d

Browse files
committed
Fix cs
1 parent af3f46d commit c71210d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/ContainerTestTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ protected function setUpContainer(ContainerInterface $container = null): void
4141
/**
4242
* Define an object or a value in the container.
4343
*
44-
* @param string $name Entry name
45-
* @param mixed $value Value, use definition helpers to define objects
44+
* @param string $name The entry name
45+
* @param mixed $value The value
4646
*
4747
* @throws BadMethodCallException
4848
*

0 commit comments

Comments
 (0)