Completed
Push — master ( 883054...e48bc3 )
by Sergii
02:59
created
src/Context/RawPageContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,8 +188,8 @@
 block discarded – undo
188 188
         }
189 189
 
190 190
         $selector = t($selector);
191
-        $element = $this->{'find' . $map[$locator]}($selector);
192
-        file_put_contents('behat.log', $this->getWorkingElement()->getOuterHtml() . '=========', FILE_APPEND);
191
+        $element = $this->{'find'.$map[$locator]}($selector);
192
+        file_put_contents('behat.log', $this->getWorkingElement()->getOuterHtml().'=========', FILE_APPEND);
193 193
         $this->throwNoSuchElementException($selector, $element);
194 194
 
195 195
         return $element;
Please login to merge, or discard this patch.