Skip to content

Commit

Permalink
minor silexphp#1025 Add missing @param tags (JeroenDeDauw)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Add missing @param tags

Commits
-------

6a54320 Add missing @param tags
  • Loading branch information
fabpot committed Sep 22, 2014
2 parents 676e3d0 + 6a54320 commit bf3df80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Silex/Api/BootableProviderInterface.php
Expand Up @@ -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);
}
1 change: 1 addition & 0 deletions src/Silex/ControllerCollection.php
Expand Up @@ -45,6 +45,7 @@ class ControllerCollection

/**
* Constructor.
* @param Route $defaultRoute
*/
public function __construct(Route $defaultRoute)
{
Expand Down
1 change: 1 addition & 0 deletions src/Silex/ExceptionListenerWrapper.php
Expand Up @@ -31,6 +31,7 @@ class ExceptionListenerWrapper
* Constructor.
*
* @param Application $app An Application instance
* @param callable $callback
*/
public function __construct(Application $app, $callback)
{
Expand Down

0 comments on commit bf3df80

Please sign in to comment.