summaryrefslogtreecommitdiffstats
path: root/lib/private/app.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-04-21 12:54:45 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-03 12:42:35 +0200
commitc09852e0061fa40f37acd89cbca257a56e337afb (patch)
tree26ef25714e11bfab4fbe2dd656ac15015ce999e2 /lib/private/app.php
parent53dc30af4fb09dabdd342ccd5dee9f20eaac52b0 (diff)
downloadnextcloud-server-c09852e0061fa40f37acd89cbca257a56e337afb.tar.gz
nextcloud-server-c09852e0061fa40f37acd89cbca257a56e337afb.zip
Fix phpdoc
Diffstat (limited to 'lib/private/app.php')
-rw-r--r--lib/private/app.php2
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) {