[Pkg-owncloud-commits] [owncloud] 50/172: Fix method signature

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:39 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 3e58a767ad5c4beec258bdb06efa93b99bd77648
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Sun May 11 13:59:48 2014 +0200

    Fix method signature
---
 lib/private/appframework/http/dispatcher.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php
index 4fe4835..39ca339 100644
--- a/lib/private/appframework/http/dispatcher.php
+++ b/lib/private/appframework/http/dispatcher.php
@@ -116,6 +116,8 @@ class Dispatcher {
 	/**
 	 * Uses the reflected parameters, types and request parameters to execute
 	 * the controller
+	 * @param Controller $controller the controller to be executed
+	 * @param string $methodName the method on the controller that should be executed
 	 * @return Response
 	 */
 	private function executeController($controller, $methodName) {

-- 
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