diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-02-28 21:03:43 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-02-28 21:03:43 +0100 |
commit | 8951328a87c16e5ebfe4d3e5c392347db1e54f92 (patch) | |
tree | 5ab48360719a7ec9df21f8c4e42c6c7bc6f30bdc /lib/public/iservercontainer.php | |
parent | e2286c659860b107e0d2791a231eb7b4ab3dca98 (diff) | |
download | nextcloud-server-8951328a87c16e5ebfe4d3e5c392347db1e54f92.tar.gz nextcloud-server-8951328a87c16e5ebfe4d3e5c392347db1e54f92.zip |
More PHPDoc updates
Diffstat (limited to 'lib/public/iservercontainer.php')
-rw-r--r-- | lib/public/iservercontainer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index 5fb51f9ecd5..0eb358816d2 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -122,7 +122,7 @@ interface IServerContainer { /** * get an L10N instance - * @param $app string appid + * @param string $app appid * @return \OCP\IL10N */ function getL10N($app); |