Completed
Pull Request — master (#78)
by Dmitry
03:39
created
src/FormManipulationTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     if (is_bool($value)) {
35 35
       $value = $this->boolToString($value);
36 36
     } elseif (is_numeric($value)) {
37
-      $value = (string) $value;
37
+      $value = (string)$value;
38 38
     }
39 39
 
40 40
     $this->browser->sendKeys($elements['page_id'], $elements['ids'][0], $value);
Please login to merge, or discard this patch.