Completed
Push — master ( 8eaea5...fdf082 )
by Kevin
02:52
created
lib/Navigators/InstructionNavigator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
                 case self::INSTRUCTION_WAIT_FOR_NOT_EXISTS:
87 87
                     $this->webdriver->wait()->until(
88 88
                         ExpectedCondition::not(
89
-                            ExpectedCondition::elementExists( $xpath, WebDriver::BY_XPATH)
89
+                            ExpectedCondition::elementExists($xpath, WebDriver::BY_XPATH)
90 90
                         )
91 91
                     );
92 92
                     break;
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
                     );
106 106
                     break;
107 107
                 default:
108
-                    throw new InvalidConfigurationException('Unknown login instruction: ' .$instruction );
108
+                    throw new InvalidConfigurationException('Unknown login instruction: ' . $instruction);
109 109
             }
110 110
         }
111 111
 
Please login to merge, or discard this patch.