[Pkg-owncloud-commits] [owncloud] 60/165: fix wrong variable names in PHPDoc

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:06:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit f72dabb4eb682d6ba82b5e946b7dbf5ddcdab291
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Sat Apr 18 14:31:28 2015 +0200

    fix wrong variable names in PHPDoc
---
 lib/public/appframework/apicontroller.php | 4 ++--
 lib/public/appframework/ocscontroller.php | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/public/appframework/apicontroller.php b/lib/public/appframework/apicontroller.php
index 0af37f3..90eea47 100644
--- a/lib/public/appframework/apicontroller.php
+++ b/lib/public/appframework/apicontroller.php
@@ -45,10 +45,10 @@ abstract class ApiController extends Controller {
      * constructor of the controller
      * @param string $appName the name of the app
      * @param IRequest $request an instance of the request
-     * @param string $corsMethods: comma seperated string of HTTP verbs which
+     * @param string $corsMethods comma seperated string of HTTP verbs which
      * should be allowed for websites or webapps when calling your API, defaults to
      * 'PUT, POST, GET, DELETE, PATCH'
-     * @param string $corsAllowedHeaders: comma seperated string of HTTP headers
+     * @param string $corsAllowedHeaders comma seperated string of HTTP headers
      * which should be allowed for websites or webapps when calling your API,
      * defaults to 'Authorization, Content-Type, Accept'
      * @param int $corsMaxAge number in seconds how long a preflighted OPTIONS
diff --git a/lib/public/appframework/ocscontroller.php b/lib/public/appframework/ocscontroller.php
index 9307758..602731f 100644
--- a/lib/public/appframework/ocscontroller.php
+++ b/lib/public/appframework/ocscontroller.php
@@ -42,10 +42,10 @@ abstract class OCSController extends ApiController {
 	 * constructor of the controller
 	 * @param string $appName the name of the app
 	 * @param IRequest $request an instance of the request
-	 * @param string $corsMethods: comma seperated string of HTTP verbs which
+	 * @param string $corsMethods comma seperated string of HTTP verbs which
 	 * should be allowed for websites or webapps when calling your API, defaults to
 	 * 'PUT, POST, GET, DELETE, PATCH'
-	 * @param string $corsAllowedHeaders: comma seperated string of HTTP headers
+	 * @param string $corsAllowedHeaders comma seperated string of HTTP headers
 	 * which should be allowed for websites or webapps when calling your API,
 	 * defaults to 'Authorization, Content-Type, Accept'
 	 * @param int $corsMaxAge number in seconds how long a preflighted OPTIONS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list