@@ -46,7 +46,7 @@ |
||
| 46 | 46 | if ($error === true) { |
| 47 | 47 | $allNotFoundSelectors = implode('", "', $snotFoundSelectors); |
| 48 | 48 | |
| 49 | - throw new ValidationFailedException('CSS Selector "' . $allNotFoundSelectors .'" not found in DOM.'); |
|
| 49 | + throw new ValidationFailedException('CSS Selector "'.$allNotFoundSelectors.'" not found in DOM.'); |
|
| 50 | 50 | } |
| 51 | 51 | } |
| 52 | 52 | } |