Passed
Push — main ( 245fe2...b432e0 )
by Greg
23:19 queued 15:28
created
app/Http/RequestHandlers/SetupWizard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.