Skip to content

Commit

Permalink
fixed docblock line
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Apr 5, 2016
1 parent cc8bc78 commit e06737e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DoctrineModule/Service/CliControllerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ class CliControllerFactory implements FactoryInterface
*
* @return object
* @throws ServiceNotFoundException if unable to resolve the service.
* @throws ServiceNotCreatedException if an exception is raised when
* creating a service.
* @throws ServiceNotCreatedException if an exception is raised when creating a service.
* @throws ContainerException if any other error occurs
*/
public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
Expand Down

0 comments on commit e06737e

Please sign in to comment.