Completed
Push — master ( 3484bd...d6d3d2 )
by Sergii
40:57 queued 10:57
created
src/Context/RawPageContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
         }
190 190
 
191 191
         $selector = t($selector);
192
-        $element = $this->{'find' . $map[$locator]}($selector);
192
+        $element = $this->{'find'.$map[$locator]}($selector);
193 193
         $this->throwNoSuchElementException($selector, $element);
194 194
 
195 195
         return $element;
Please login to merge, or discard this patch.