|
|
|
|
@ -66,7 +66,7 @@ class ControllerMethodReflector { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 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 |
|
|
|
|
* @return string|null type in the type parameters (@param int $something) |
|
|
|
|
* would return int or null if not existing |
|
|
|
|
|