[Pkg-owncloud-commits] [owncloud] 32/172: Fix method signature
    David Prévot 
    taffit at moszumanska.debian.org
       
    Sun May 18 20:09:37 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit e05192a23d11867a9860ac6e38e372e21919a861
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Sun May 11 14:03:58 2014 +0200
    Fix method signature
---
 lib/private/appframework/middleware/security/corsmiddleware.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/private/appframework/middleware/security/corsmiddleware.php b/lib/private/appframework/middleware/security/corsmiddleware.php
index 1049b3e..e32c5d4 100644
--- a/lib/private/appframework/middleware/security/corsmiddleware.php
+++ b/lib/private/appframework/middleware/security/corsmiddleware.php
@@ -27,8 +27,7 @@ class CORSMiddleware extends Middleware {
 	private $request;
 
 	/**
-	 * @param string $request the name of the method that will be called on
-	 *                           the controller
+	 * @param IRequest $request
 	 */
 	public function __construct(IRequest $request) {
 		$this->request = $request;
-- 
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