Completed
Push — develop ( 723ec8...69e22a )
by Peter
08:18
created
src/WebinoDev/Test/Selenium/AbstractTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
 
134 134
     /**
135 135
      * @param string $bin
136
-     * @return string
136
+     * @return AbstractTestCase
137 137
      */
138 138
     protected function setBrowserBin($bin)
139 139
     {
Please login to merge, or discard this patch.
src/WebinoDev/Test/Selenium/InputTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param string|WebDriverElement $name
45 45
      * @param string $value
46
-     * @param callable|false|null $callback
46
+     * @param \Closure $callback
47 47
      * @return $this
48 48
      */
49 49
     protected function enterInput($name, $value, $callback = null)
Please login to merge, or discard this patch.