Passed
Push — master ( 7e7e83...f9cfee )
by Igor
09:26
created
src/Settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.