Skip to content

Commit

Permalink
[console] Apply PSR-2 code style. (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 8, 2018
1 parent 42c18c3 commit 4db8f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Command/Shared/ConfirmationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
trait ConfirmationTrait
{
/**
* @param DrupalStyle $io
* @param DrupalStyle $io
* Console interface.
* @param InputInterface $input
* Input interface.
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Site/ModeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ protected function processServicesFile($environment, $servicesSettings, DrupalSt
protected function loadConfigurations($env)
{
$configFile = $this->configurationManager
->getVendorCoreDirectory() . 'site.mode.yml';
->getVendorCoreDirectory() . 'site.mode.yml';

$siteModeConfiguration = Yaml::parse(file_get_contents($configFile));
$configKeys = array_keys($siteModeConfiguration);
Expand Down

0 comments on commit 4db8f5a

Please sign in to comment.