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

Move setShowProgressBar to Config class #30

Merged

Conversation

mougrim
Copy link
Collaborator

@mougrim mougrim commented Apr 13, 2020

No description provided.

@mougrim mougrim merged commit c85189b into crmplease:master Apr 13, 2020
@mougrim mougrim mentioned this pull request Jun 15, 2020
mougrim added a commit to mougrim/coder that referenced this pull request Jun 15, 2020
Added
- Class Config with possibility to configure auto import classes, show progress bar and path to rector config (crmplease#29, crmplease#31).
- Add support to remove trait from class Coder::removeTraitFromClass() (crmplease#33).

Removed
- Remove method Helper\NameNodeHelper::createNodeName() because it did same as \PhpParser\Node\Name::prepareName() (crmplease#29).
- Remove method Coder::setShowProgressBar(). Now you can use Config::setShowProgressBar() (crmplease#30).

Fixed
- Fix convert constant to ast when auto import classes is enabled (crmplease#29).
- Remove using global argv in RectorContainerConfigurator (crmplease#34).
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.

1 participant