Fix typo
This commit is contained in:
parent
3e58a767ad
commit
474b8f071d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue