[DI] fix docblock

This commit is contained in:
Nicolas Grekas 2019-08-18 22:04:16 +02:00
parent 8eef7a7417
commit a8842072a5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class ChildDefinition extends Definition
* @param int|string $index
* @param mixed $value
*
* @return self the current instance
* @return $this
*
* @throws InvalidArgumentException when $index isn't an integer
*/