Commit 722983ad authored by Fabien Potencier's avatar Fabien Potencier

minor #1091 [Minor] Remove dead code & fix phpdoc (SofHad)

This PR was squashed before being merged into the 1.2 branch (closes #1091).

Discussion
----------

[Minor] Remove dead code & fix phpdoc

Commits
-------

f0b9a489 [Minor] Remove dead code & fix phpdoc
parents 979e7924 f0b9a489
......@@ -23,8 +23,6 @@ interface ServiceProviderInterface
*
* This method should only be used to configure services and parameters.
* It should not get services.
*
* @param Application $app An Application instance
*/
public function register(Application $app);
......
......@@ -13,7 +13,6 @@ namespace Silex\Tests;
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
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