This commit is contained in:
Bernhard Posselt 2014-05-11 14:00:10 +02:00 committed by Bernhard Posselt
parent 3e58a767ad
commit 474b8f071d

View file

@ -66,7 +66,7 @@ class ControllerMethodReflector {
/** /**
* Inspects the PHPDoc parameters for types * Inspects the PHPDoc parameters for types
* @param strint $parameter the parameter whose type comments should be * @param string $parameter the parameter whose type comments should be
* parsed * parsed
* @return string|null type in the type parameters (@param int $something) * @return string|null type in the type parameters (@param int $something)
* would return int or null if not existing * would return int or null if not existing