add PHPDoc for urlParams

This commit is contained in:
Morris Jobke 2013-11-27 10:55:06 +01:00
parent 1fdd2ac7ee
commit 7755e69af0
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {