Completed
Push — master ( 5e9622...a2b3cd )
by Raúl
21s queued 11s
created
src/SeleniumHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * @var array $arraySteps
34 34
      */
35
-    public static $arraySteps = array (
35
+    public static $arraySteps = array(
36 36
         '25' => 'ConfirmData',
37 37
         '50' => 'Missing',
38 38
         '75' => 'Application',
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
         } while ($continue && $formStep !== Rejected::STEP && $maxSteps > 0);
64 64
 
65 65
         if ($maxSteps <= 0) {
66
-            throw new \Exception('Error while finishing form, step: ' . $formStep);
66
+            throw new \Exception('Error while finishing form, step: '.$formStep);
67 67
         }
68 68
 
69 69
         return $formStep;
Please login to merge, or discard this patch.