Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Mar 23, 2017
1 parent 800b325 commit 0fe0fd8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Command/CommandBase.php
Expand Up @@ -7,7 +7,7 @@
use Platformsh\Cli\Exception\ProjectNotFoundException;
use Platformsh\Cli\Exception\RootNotFoundException;
use Platformsh\Cli\Local\LocalApplication;
use Platformsh\Cli\Local\Toolstack\Drupal;
use Platformsh\Cli\Local\BuildFlavor\Drupal;
use Platformsh\Client\Model\Environment;
use Platformsh\Client\Model\Project;
use Symfony\Component\Config\FileLocator;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Environment/EnvironmentDrushCommand.php
Expand Up @@ -3,7 +3,7 @@

use Platformsh\Cli\Command\CommandBase;
use Platformsh\Cli\Local\LocalApplication;
use Platformsh\Cli\Local\Toolstack\Drupal;
use Platformsh\Cli\Local\BuildFlavor\Drupal;
use Platformsh\Cli\Service\Ssh;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Local/LocalDrushAliasesCommand.php
Expand Up @@ -3,7 +3,7 @@

use Platformsh\Cli\Command\CommandBase;
use Platformsh\Cli\Exception\RootNotFoundException;
use Platformsh\Cli\Local\Toolstack\Drupal;
use Platformsh\Cli\Local\BuildFlavor\Drupal;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Project/ProjectGetCommand.php
Expand Up @@ -3,7 +3,7 @@

use Cocur\Slugify\Slugify;
use Platformsh\Cli\Command\CommandBase;
use Platformsh\Cli\Local\Toolstack\Drupal;
use Platformsh\Cli\Local\BuildFlavor\Drupal;
use Platformsh\Cli\Service\Ssh;
use Platformsh\Client\Model\Project;
use Symfony\Component\Console\Exception\InvalidArgumentException;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Server/ServerRunCommand.php
Expand Up @@ -3,7 +3,7 @@

use Platformsh\Cli\Exception\RootNotFoundException;
use Platformsh\Cli\Local\LocalApplication;
use Platformsh\Cli\Local\Toolstack\Drupal;
use Platformsh\Cli\Local\BuildFlavor\Drupal;
use Platformsh\Cli\Service\Url;
use Platformsh\Cli\Util\PortUtil;
use Symfony\Component\Console\Input\InputInterface;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Server/ServerStartCommand.php
Expand Up @@ -3,7 +3,7 @@

use Platformsh\Cli\Exception\RootNotFoundException;
use Platformsh\Cli\Local\LocalApplication;
use Platformsh\Cli\Local\Toolstack\Drupal;
use Platformsh\Cli\Local\BuildFlavor\Drupal;
use Platformsh\Cli\Service\Url;
use Platformsh\Cli\Util\PortUtil;
use Platformsh\Cli\Console\ProcessManager;
Expand Down

0 comments on commit 0fe0fd8

Please sign in to comment.