Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-04-21 14:54:45 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-03 14:42:35 +0400
commitc09852e0061fa40f37acd89cbca257a56e337afb (patch)
tree26ef25714e11bfab4fbe2dd656ac15015ce999e2 /lib/private/app.php
parent53dc30af4fb09dabdd342ccd5dee9f20eaac52b0 (diff)
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) {