Completed
Push — develop ( 1ec87b...557981 )
by Peter
03:30
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.
inc/tester/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 /**
30
- * @param TestCase|\PHPUnit_Framework_TestCase|object $testCase
30
+ * @param TestCase $testCase
31 31
  * @return TestCase|\PHPUnit_Framework_TestCase|object
32 32
  * @throws ReflectionException
33 33
  */
Please login to merge, or discard this patch.