@@ -14,7 +14,6 @@ |
||
14 | 14 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
15 | 15 | use Symfony\Component\HttpKernel\Profiler\Profiler; |
16 | 16 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
17 | - |
|
18 | 17 | use PommProject\Foundation\Pomm; |
19 | 18 | |
20 | 19 | /** |
@@ -40,7 +40,7 @@ |
||
40 | 40 | $callable = [$this->datacollector, 'execute']; |
41 | 41 | |
42 | 42 | foreach ($pomm->getSessionBuilders() as $name => $builder) { |
43 | - $pomm->addPostConfiguration($name, function ($session) use ($callable) { |
|
43 | + $pomm->addPostConfiguration($name, function($session) use ($callable) { |
|
44 | 44 | $session |
45 | 45 | ->getClientUsingPooler('listener', 'query') |
46 | 46 | ->attachAction($callable) |