Completed
Pull Request — master (#92)
by
unknown
03:02
created
src/Rules/Html/CssSelectorExistsRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.