Skip to content

Commit

Permalink
Merge pull request #610 from jmolivas/update-version-0.7.12
Browse files Browse the repository at this point in the history
Update version 0.7.12
  • Loading branch information
jmolivas committed Apr 21, 2015
2 parents 0ab7faa + 58c5a80 commit d7c8ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '0.7.11';
const VERSION = '0.7.12';
/**
* @var bool
*/
Expand Down Expand Up @@ -237,7 +237,7 @@ protected function doKernelConfiguration()
public function bootstrap()
{
$kernelHelper = $this->getHelperSet()->get('kernel');
if ($kernelHelper){
if ($kernelHelper) {
$kernelHelper->bootKernel();
$kernelHelper->initCommands($this->all());
}
Expand All @@ -254,7 +254,7 @@ protected function registerCommands()
{
/** @var \Drupal\AppConsole\Command\Helper\RegisterCommandsHelper $rc */
$registerCommands = $this->getHelperSet()->get('register_commands');
if ($registerCommands){
if ($registerCommands) {
$registerCommands->register();
}
}
Expand Down

0 comments on commit d7c8ffb

Please sign in to comment.