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

chore: update to new RectorConfig::configure() syntax for config #9003

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

samsonasik
Copy link
Member

Description

new RectorConfig::configure() syntax exists since Rector 1.0, this PR update to new syntax.

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@samsonasik
Copy link
Member Author

Ready to merge 👍

@samsonasik
Copy link
Member Author

Thank you @kenjis for the review, let's merge ;)

@samsonasik samsonasik merged commit f7860e1 into codeigniter4:develop Jun 26, 2024
10 checks passed
@samsonasik samsonasik deleted the chore-update-rector branch June 26, 2024 00:29
->withParallel(120, 8, 10)
->withCache(
// Github action cache or local
is_dir('/tmp') ? '/tmp/rector' : sys_get_temp_dir() . '/rector',
Copy link
Member Author

@samsonasik samsonasik Jun 26, 2024

Choose a reason for hiding this comment

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

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