add missing param names to @param annotation

This commit is contained in:
Christian Flothmann 2015-01-04 15:17:53 +01:00
parent 7d15c1d9db
commit 665825b038
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ class ProcessBuilder
*
* To disable the timeout, set this value to null.
*
* @param float|null
* @param float|null $timeout
*
* @return ProcessBuilder
*

View File

@ -48,7 +48,7 @@ class ClassUtils
/**
* Gets the real class name of a class name that could be a proxy.
*
* @param string|object
* @param string|object $object
*
* @return string
*/