]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix phpdoc
authorRobin Appelman <icewind@owncloud.com>
Mon, 21 Apr 2014 10:54:45 +0000 (12:54 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Jun 2014 10:42:35 +0000 (12:42 +0200)
lib/private/app.php

index aa0fdd6da6cc3cc0fcd78210420e28c47312cbde..d88855840a9aa5d062c338541d78e85893965f32 100644 (file)
@@ -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) {