diff options
author | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-05-11 14:00:10 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-05-11 17:54:09 +0200 |
commit | 474b8f071d4451a61c2ef83bd09e4d9933998331 (patch) | |
tree | 04b5111b047b236c4a8c5532be698b9b3e067da5 /lib | |
parent | 3e58a767ad5c4beec258bdb06efa93b99bd77648 (diff) | |
download | nextcloud-server-474b8f071d4451a61c2ef83bd09e4d9933998331.tar.gz nextcloud-server-474b8f071d4451a61c2ef83bd09e4d9933998331.zip |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/appframework/utility/controllermethodreflector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/appframework/utility/controllermethodreflector.php b/lib/private/appframework/utility/controllermethodreflector.php index 372b8d184de..c9cdadcca4a 100644 --- a/lib/private/appframework/utility/controllermethodreflector.php +++ b/lib/private/appframework/utility/controllermethodreflector.php @@ -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 |