@@ -12,7 +12,7 @@ |
||
| 12 | 12 | { |
| 13 | 13 | public function register(Container $app) |
| 14 | 14 | { |
| 15 | - $app['plugin.entity_event.base_info_listener'] = function (Container $container) { |
|
| 15 | + $app['plugin.entity_event.base_info_listener'] = function(Container $container) { |
|
| 16 | 16 | return new BaseInfoListener(); |
| 17 | 17 | }; |
| 18 | 18 | } |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | { |
| 13 | 13 | public function register(Container $app) |
| 14 | 14 | { |
| 15 | - $app['plugin.query_customize.customer_search'] = function (Container $container) { |
|
| 15 | + $app['plugin.query_customize.customer_search'] = function(Container $container) { |
|
| 16 | 16 | return new AdminCustomerCustomizer(); |
| 17 | 17 | }; |
| 18 | 18 | } |
@@ -94,7 +94,7 @@ |
||
| 94 | 94 | if (strtoupper($orderby) === "PATH") { |
| 95 | 95 | uasort( |
| 96 | 96 | $routes, |
| 97 | - function ($a, $b) { |
|
| 97 | + function($a, $b) { |
|
| 98 | 98 | return strcmp($a->getPath(), $b->getPath()); |
| 99 | 99 | } |
| 100 | 100 | ); |