Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Feb 21, 2016
1 parent d79909d commit 3bd2404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Driver/DrushDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ protected static function parseArguments(array $arguments) {
public function drush($command, array $arguments = array(), array $options = array()) {
$arguments = implode(' ', $arguments);

// Disable colored output from drush
// Disable colored output from drush.
$options['nocolor'] = TRUE;
$string_options = $this->parseArguments($options);

Expand Down

0 comments on commit 3bd2404

Please sign in to comment.