Skip to content

Commit 0a0b8e7

Browse files
committed
Fix formatting
1 parent fd2f439 commit 0a0b8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Report/Xml/Facade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private function processDirectory(DirectoryNode $directory, Node $context)
9292
$this->processDirectory($node, $dirObject);
9393
}
9494

95-
foreach($directory->getFiles() as $node) {
95+
foreach ($directory->getFiles() as $node) {
9696
$this->processFile($node, $dirObject);
9797
}
9898
}

0 commit comments

Comments
 (0)