Skip to content
Snippets Groups Projects
Commit 7755e69a authored by Morris Jobke's avatar Morris Jobke
Browse files

add PHPDoc for urlParams

parent 1fdd2ac7
Branches
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment