Commit bf3df803 authored by Fabien Potencier's avatar Fabien Potencier

minor #1025 Add missing @param tags (JeroenDeDauw)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Add missing @param tags

Commits
-------

6a54320e Add missing @param tags
parents 676e3d03 6a54320e
......@@ -26,6 +26,8 @@ interface BootableProviderInterface
* This method is called after all services are registered
* and should be used for "dynamic" configuration (whenever
* a service must be requested).
*
* @param Application $app
*/
public function boot(Application $app);
}
......@@ -45,6 +45,7 @@ class ControllerCollection
/**
* Constructor.
* @param Route $defaultRoute
*/
public function __construct(Route $defaultRoute)
{
......
......@@ -31,6 +31,7 @@ class ExceptionListenerWrapper
* Constructor.
*
* @param Application $app An Application instance
* @param callable $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