@@ -133,7 +133,7 @@ |
||
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 | { |
@@ -43,7 +43,7 @@ |
||
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) |
@@ -27,7 +27,7 @@ |
||
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 | */ |