@@ -127,7 +127,7 @@ |
||
127 | 127 | |
128 | 128 | return 0; |
129 | 129 | } else { |
130 | - $dryRun = (boolean)$input->getOption('dry-run'); |
|
130 | + $dryRun = (boolean) $input->getOption('dry-run'); |
|
131 | 131 | |
132 | 132 | // warn the user if no dry run and interaction is on |
133 | 133 | if (!$dryRun) { |