Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc24 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 14, 2017
1 parent 528acbc commit 77faef5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "1.2.*",
"doctrine/collections": "1.3.*",
"drupal/console-core": "1.0.0-rc23",
"drupal/console-core": "1.0.0-rc24",
"drupal/console-dotenv": "~0",
"drupal/console-extend-plugin": "~0",
"gabordemooij/redbean": "~4.3",
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc23';
const VERSION = '1.0.0-rc24';

public function __construct(ContainerInterface $container)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Extension/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ public function showNoCore()
}

/**
* @param string $nameOnly
* @param boolean $nameOnly
* @return array
*/
public function getList($nameOnly)
public function getList($nameOnly = false)
{
return $this->getExtensions($this->extension, $nameOnly);
}
Expand Down

0 comments on commit 77faef5

Please sign in to comment.