@@ -279,7 +279,6 @@ |
||
279 | 279 | } |
280 | 280 | |
281 | 281 | /** |
282 | - |
|
283 | 282 | * @param string $theme |
284 | 283 | * @return \Magium\Themes\ThemeConfigurationInterface |
285 | 284 | */ |
@@ -234,7 +234,7 @@ |
||
234 | 234 | } |
235 | 235 | } |
236 | 236 | |
237 | - public static function resolveClass( $class, $prefix = null) |
|
237 | + public static function resolveClass($class, $prefix = null) |
|
238 | 238 | { |
239 | 239 | $origClass = $class; |
240 | 240 | if ($prefix !== null) { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | $this->webdriver->getMouse()->mouseMove($element->getCoordinates()); |
67 | 67 | break; |
68 | 68 | default: |
69 | - throw new InvalidConfigurationException('Unknown login instruction: ' .$instruction ); |
|
69 | + throw new InvalidConfigurationException('Unknown login instruction: ' . $instruction); |
|
70 | 70 | break; |
71 | 71 | } |
72 | 72 | } |
@@ -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); |