Completed
Push — master ( e51b3d...b64695 )
by personal
01:12 queued 46s
created
src/Hal/Report/Violations/Xml/Reporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     public function generate(Metrics $metrics)
34 34
     {
35
-        if(!class_exists('\DOMDocument')) {
35
+        if (!class_exists('\DOMDocument')) {
36 36
             $this->output->writeln('<error>The DOM extension is not available. Please install it if you want to use the Xml Violations report.</error>');
37 37
             return;
38 38
         }
Please login to merge, or discard this patch.