We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae6705 commit fb7161dCopy full SHA for fb7161d
src/cli/ArgumentsBuilder.php
@@ -102,18 +102,18 @@ public function build(array $argv): Arguments
102
break;
103
}
104
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;
+ $clover = null;
+ $openClover = null;
+ $cobertura = null;
+ $crap4j = null;
+ $html = null;
+ $php = null;
+ $text = null;
+ $source = null;
+ $xml = null;
+ $pathPrefix = null;
+ $help = false;
+ $version = false;
117
118
foreach ($options[0] as $option) {
119
switch ($option[0]) {
0 commit comments