Commit f0b9a489 authored by SofHad's avatar SofHad Committed by Fabien Potencier

[Minor] Remove dead code & fix phpdoc

parent ed8423b9
...@@ -23,8 +23,6 @@ interface ServiceProviderInterface ...@@ -23,8 +23,6 @@ interface ServiceProviderInterface
* *
* This method should only be used to configure services and parameters. * This method should only be used to configure services and parameters.
* It should not get services. * It should not get services.
*
* @param Application $app An Application instance
*/ */
public function register(Application $app); public function register(Application $app);
......
...@@ -13,7 +13,6 @@ namespace Silex\Tests; ...@@ -13,7 +13,6 @@ namespace Silex\Tests;
use Silex\Application; use Silex\Application;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Silex\Provider\ServiceControllerServiceProvider; use Silex\Provider\ServiceControllerServiceProvider;
/** /**
......
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