Skip to content

Commit fb7161d

Browse files
Fix CS/WS issues
1 parent 2ae6705 commit fb7161d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/cli/ArgumentsBuilder.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ public function build(array $argv): Arguments
102102
break;
103103
}
104104

105-
$clover = null;
106-
$openClover = null;
107-
$cobertura = null;
108-
$crap4j = null;
109-
$html = null;
110-
$php = null;
111-
$text = null;
112-
$source = null;
113-
$xml = null;
114-
$pathPrefix = null;
115-
$help = false;
116-
$version = false;
105+
$clover = null;
106+
$openClover = null;
107+
$cobertura = null;
108+
$crap4j = null;
109+
$html = null;
110+
$php = null;
111+
$text = null;
112+
$source = null;
113+
$xml = null;
114+
$pathPrefix = null;
115+
$help = false;
116+
$version = false;
117117

118118
foreach ($options[0] as $option) {
119119
switch ($option[0]) {

0 commit comments

Comments
 (0)