Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[generate:command] Add required argument to ExtensionManager::getList() #3207

Merged
merged 1 commit into from
Mar 10, 2017
Merged

[generate:command] Add required argument to ExtensionManager::getList() #3207

merged 1 commit into from
Mar 10, 2017

Conversation

PatrickBauer
Copy link
Contributor

@PatrickBauer PatrickBauer commented Feb 28, 2017

There is a bug inside the ExtensionTrait which is only used by the generate:command command right now. It calls ExtensionManager::getList() without an argument, resulting in an ArgumentCountError: Too few arguments to function Drupal\Console\Extension\Manager::getList().

This pull request adds a parameter to the function call. Alternatively the function could provide a default parameter.

Issue: #3209

@jmolivas
Copy link
Member

@PatrickBauer Thanks for your contribution, your PR was merged. This will be included on the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants