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

Refactoring ConfigFileHandler, add unit test cases #56

Merged
merged 5 commits into from
May 5, 2021

Conversation

devanych
Copy link
Member

@devanych devanych commented May 5, 2021

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues #54

*/
public function handle(array $configFiles, array $removedPackages, array $mergePlan): void
public function handle(array $removalsPackages = []): void
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function handle(array $removalsPackages = []): void
public function handle(array $packageRemovals = []): void

@samdark
Copy link
Member

samdark commented May 5, 2021

Overall 👍

@devanych devanych merged commit e46131d into master May 5, 2021
@devanych devanych deleted the add-unit-tests branch May 5, 2021 16:05
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.

None yet

2 participants