Completed
Push — develop ( 72af12...99cf9a )
by Peter
01:13
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  *
19 19
  * For mocking and legacy PHPUnit tests.
20 20
  *
21
- * @return TestCase|\PHPUnit_Framework_TestCase|object
21
+ * @return TestCase
22 22
  */
23 23
 function createTestCase()
24 24
 {
Please login to merge, or discard this patch.