Completed
Push — master ( bb2037...cc943a )
by Adam
07:05
created
src/commands/PhpUnit.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,8 @@
 block discarded – undo
98 98
 		$options = [
99 99
 			'configFile' => '--configuration',
100 100
 		];
101
-		foreach($options as $name => $switch) {
102
-			if(isset($this->options[$name])) {
101
+		foreach ($options as $name => $switch) {
102
+			if (isset($this->options[$name])) {
103 103
 				$cmd .= $switch . ' ';
104 104
 				$cmd .= escapeshellarg($this->options[$name]) . ' ';
105 105
 			}
Please login to merge, or discard this patch.