Skip to content

Commit

Permalink
[cache:rebuild] Add missing comments, order use statements alphabetic…
Browse files Browse the repository at this point in the history
…ally (#3663)

* Add missing comments, order use statements alphabetically

* Remove type-hinting

In some cases in causes issues
  • Loading branch information
LOBsTerr authored and jmolivas committed Jan 10, 2018
1 parent 468ba22 commit 77f518f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Command/Cache/RebuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

namespace Drupal\Console\Command\Cache;

use Drupal\Console\Core\Command\Command;
use Drupal\Console\Core\Style\DrupalStyle;
use Drupal\Console\Utils\DrupalApi;
use Drupal\Console\Utils\Site;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\HttpFoundation\RequestStack;
use Drupal\Console\Core\Command\Command;
use Drupal\Console\Utils\DrupalApi;
use Drupal\Console\Utils\Site;
use Drupal\Console\Core\Style\DrupalStyle;

/**
* Class RebuildCommand
Expand All @@ -34,6 +34,7 @@ class RebuildCommand extends Command
protected $site;

protected $classLoader;

/**
* @var RequestStack
*/
Expand Down

0 comments on commit 77f518f

Please sign in to comment.