Passed
Branch master (a1bb2e)
by Deric
02:26
created
src/Builder.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,8 +93,7 @@
 block discarded – undo
93 93
 			if (preg_match('/^-.*$/', $key, $matches))
94 94
 			{
95 95
 				$this->arguments[] = is_bool($value) ? $key : str_pad($key, strlen($key) + 1, ' ', STR_PAD_RIGHT) . $value;
96
-			}
97
-			else
96
+			} else
98 97
 			{
99 98
 				$this->arguments[] = is_array($value) ? implode(' ', $value) : $value;
100 99
 			}
Please login to merge, or discard this patch.