@@ -180,7 +180,7 @@ |
||
180 | 180 | */ |
181 | 181 | public function max_execution_time(int $time) |
182 | 182 | { |
183 | - $this->set('max_execution_time',$time); |
|
183 | + $this->set('max_execution_time', $time); |
|
184 | 184 | return $this; |
185 | 185 | } |
186 | 186 |