@@ -96,7 +96,7 @@ |
||
96 | 96 | 'tags' => array(array('name' => 'dtc_grid.source')), |
97 | 97 | 'calls' => array( |
98 | 98 | array('autoDiscoverColumns'), |
99 | - ), ); |
|
99 | + ),); |
|
100 | 100 | |
101 | 101 | if ($columns && isset($gridColumnsNamespace) && isset($gridColumnClass)) { |
102 | 102 | $config[$serviceName]['calls'] = array( |
@@ -11,7 +11,7 @@ |
||
11 | 11 | */ |
12 | 12 | protected function fromCamelCase($str) |
13 | 13 | { |
14 | - $func = function ($str) { |
|
14 | + $func = function($str) { |
|
15 | 15 | return ' '.$str[0]; |
16 | 16 | }; |
17 | 17 |