@@ -10,6 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace PommProject\PommBundle\PropertyInfo\Extractor; |
| 12 | 12 | |
| 13 | -@trigger_error('The '.__NAMESPACE__.'\PommExtractor class is deprecated since version 2.3 and will be removed in 3.0. Use the '.__NAMESPACE__.'\TypeExtractor class instead.', E_USER_DEPRECATED); |
|
| 13 | +@trigger_error('The ' . __NAMESPACE__ . '\PommExtractor class is deprecated since version 2.3 and will be removed in 3.0. Use the ' . __NAMESPACE__ . '\TypeExtractor class instead.', E_USER_DEPRECATED); |
|
| 14 | 14 | |
| 15 | 15 | class_alias(__NAMESPACE__ . '\TypeExtractor', __NAMESPACE__ . '\PommExtractor'); |
@@ -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) |