@@ -37,7 +37,7 @@ |
||
37 | 37 | P::type(EntityManagerInterface::class) |
38 | 38 | ->lazy(function() { return DatabaseManager::getEntityManager(); }), |
39 | 39 | |
40 | - P::lazyCallback(function () { |
|
40 | + P::lazyCallback(function() { |
|
41 | 41 | $result = []; |
42 | 42 | foreach (RequestMatcher::getUrlNameMatching() as $name => $value) { |
43 | 43 | $result[] = P::name($name)->value($value); |