Completed
Push — master ( 23716b...673933 )
by Park Jong-Hun
02:39
created
config/parameter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.