@@ -6,8 +6,6 @@ |
||
6 | 6 | use Symfony\Component\Config\FileLocator; |
7 | 7 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
8 | 8 | use Symfony\Component\DependencyInjection\Loader; |
9 | -use Symfony\Component\DependencyInjection\Definition; |
|
10 | -use Symfony\Component\DependencyInjection\Reference; |
|
11 | 9 | |
12 | 10 | /** |
13 | 11 | * This is the class that loads and manages your bundle configuration |
@@ -24,7 +24,6 @@ |
||
24 | 24 | * Handles modification (filtering) of the response as needed. |
25 | 25 | * Called by As3\PostProcessBundle\Task\TaskManager::filterResponse() before returning the response. |
26 | 26 | * |
27 | - * @param Response $event The Symfony Response |
|
28 | 27 | */ |
29 | 28 | public function filterResponse(Response $response); |
30 | 29 | } |