@@ -136,7 +136,7 @@ |
||
136 | 136 | |
137 | 137 | $data['cpu_limit'] = $this->php_service->maxExecutionTime(); |
138 | 138 | $data['locales'] = $locales; |
139 | - $data['memory_limit'] = intdiv($this->php_service->memoryLimit(), 1024*1024); |
|
139 | + $data['memory_limit'] = intdiv($this->php_service->memoryLimit(), 1024 * 1024); |
|
140 | 140 | |
141 | 141 | // Only show database errors after the user has chosen a driver. |
142 | 142 | if ($step >= 4) { |