diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-04-21 12:54:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-03 12:42:35 +0200 |
commit | c09852e0061fa40f37acd89cbca257a56e337afb (patch) | |
tree | 26ef25714e11bfab4fbe2dd656ac15015ce999e2 /lib/private/app.php | |
parent | 53dc30af4fb09dabdd342ccd5dee9f20eaac52b0 (diff) | |
download | nextcloud-server-c09852e0061fa40f37acd89cbca257a56e337afb.tar.gz nextcloud-server-c09852e0061fa40f37acd89cbca257a56e337afb.zip |
Fix phpdoc
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index aa0fdd6da6c..d88855840a9 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -88,7 +88,7 @@ class OC_App { * check if an app is of a specific type * * @param string $app - * @param string /array $types + * @param string|array $types * @return bool */ public static function isType($app, $types) { |