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