@@ -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) |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | * Create DOM document from XML source |
| 39 | 39 | * |
| 40 | 40 | * @param string $xml |
| 41 | - * @param string $namespace |
|
| 41 | + * @param string $namespacePrefix |
|
| 42 | 42 | * @return DOMDocument |
| 43 | 43 | */ |
| 44 | 44 | protected function createXmlDom($xml, $namespacePrefix = null) |