[DI] Fix typehint

This commit is contained in:
Simon Mönch 2017-09-29 12:03:48 +02:00 committed by GitHub
parent ad449ef551
commit 1c0701ab85

View File

@ -31,7 +31,7 @@ class ParametersConfigurator extends AbstractConfigurator
* Creates a parameter.
*
* @param string $name
* @param string $value
* @param mixed $value
*
* @return $this
*/
@ -46,7 +46,7 @@ class ParametersConfigurator extends AbstractConfigurator
* Creates a parameter.
*
* @param string $name
* @param string $value
* @param mixed $value
*
* @return $this
*/