@@ -257,7 +257,7 @@ |
||
| 257 | 257 | * |
| 258 | 258 | * @return void |
| 259 | 259 | */ |
| 260 | - public function __construct(array $cliArgs=array(), $dieOnUnknownArg=true) |
|
| 260 | + public function __construct(array $cliArgs = array(), $dieOnUnknownArg = true) |
|
| 261 | 261 | { |
| 262 | 262 | if (defined('Symplify\PHP7_CodeSniffer_IN_TESTS') === true) { |
| 263 | 263 | // Let everything through during testing so that we can |