Completed
Pull Request — master (#46)
by
unknown
04:41
created
sources/lib/Configurator/DatabaseCollectorConfigurator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.