Completed
Push — master ( 0e569b...981865 )
by Rick
08:56 queued 14s
created
src/PhpAssumptions/Output/XmlOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $assumptions = $result->getAssumptions();
56 56
 
57 57
         foreach ($assumptions as $assumption) {
58
-            $fileElements = $this->xpath->query('/phpa/files/file[@name="' . $assumption['file'] . '"]');
58
+            $fileElements = $this->xpath->query('/phpa/files/file[@name="'.$assumption['file'].'"]');
59 59
 
60 60
             if ($fileElements->length === 0) {
61 61
                 $files = $this->xpath->query('/phpa/files')->item(0);
Please login to merge, or discard this patch.