Commit 6a54320e authored by jeroendedauw's avatar jeroendedauw

Add missing @param tags

parent d74cb1f9
...@@ -26,6 +26,8 @@ interface BootableProviderInterface ...@@ -26,6 +26,8 @@ interface BootableProviderInterface
* This method is called after all services are registered * This method is called after all services are registered
* and should be used for "dynamic" configuration (whenever * and should be used for "dynamic" configuration (whenever
* a service must be requested). * a service must be requested).
*
* @param Application $app
*/ */
public function boot(Application $app); public function boot(Application $app);
} }
...@@ -45,6 +45,7 @@ class ControllerCollection ...@@ -45,6 +45,7 @@ class ControllerCollection
/** /**
* Constructor. * Constructor.
* @param Route $defaultRoute
*/ */
public function __construct(Route $defaultRoute) public function __construct(Route $defaultRoute)
{ {
......
...@@ -31,6 +31,7 @@ class ExceptionListenerWrapper ...@@ -31,6 +31,7 @@ class ExceptionListenerWrapper
* Constructor. * Constructor.
* *
* @param Application $app An Application instance * @param Application $app An Application instance
* @param callable $callback
*/ */
public function __construct(Application $app, $callback) public function __construct(Application $app, $callback)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment