[Pkg-owncloud-commits] [owncloud] 198/239: add PHPDoc for urlParams

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:37 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit 7755e69af0fea0925afacd7b038b792b9fb0e3e1
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Wed Nov 27 10:55:06 2013 +0100

    add PHPDoc for urlParams
---
 lib/private/appframework/app.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/appframework/app.php b/lib/private/appframework/app.php
index 7d32403..b835188 100644
--- a/lib/private/appframework/app.php
+++ b/lib/private/appframework/app.php
@@ -43,6 +43,7 @@ class App {
 	 *                               stored in the DI container
 	 * @param string $methodName the method that you want to call
 	 * @param DIContainer $container an instance of a pimple container.
+	 * @param array $urlParams list of URL parameters (optional)
 	 */
 	public static function main($controllerName, $methodName, DIContainer $container, array $urlParams = null) {
 		if (!is_null($urlParams)) {

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