@@ -27,7 +27,7 @@ |
||
27 | 27 | public function __call($name, $arguments) |
28 | 28 | { |
29 | 29 | if (strpos($name, '::') > 0) { |
30 | - list( , $name) = explode('::', $name); |
|
30 | + list(, $name) = explode('::', $name); |
|
31 | 31 | } |
32 | 32 | if (!$this->element instanceof WebDriverElement) { |
33 | 33 | $this->element = $this->webDriver->{$this->by}($this->selector); |