Skip to content

Commit

Permalink
docblock update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoulgrave committed Dec 6, 2017
1 parent 99cf945 commit b42af76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Bear/App.php
Expand Up @@ -39,9 +39,9 @@ class App
private $request;

/**
* @param ContainerInterface $container
* @param string $routingAdapterContainerId
* @param string|EventDispatcher|null $eventDispatcher
* @param ContainerInterface $container A valid PSR-11 container instance
* @param string $routingAdapterContainerId A valid container identifier returning a RoutingAdapterInterface instance
* @param string|EventDispatcher|null $eventDispatcher Optional. An EventDispatcher instance or a valid container identifier returning an EventDispatcher instance
*
* @throws \Exception
*/
Expand Down

0 comments on commit b42af76

Please sign in to comment.