Skip to content

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

Merged
samsonasik merged 1 commit intocodeigniter4:developfrom
samsonasik:chore-update-rector
Jun 26, 2024
Merged

chore: update to new RectorConfig::configure() syntax for config#9003
samsonasik merged 1 commit intocodeigniter4:developfrom
samsonasik:chore-update-rector

Conversation

@samsonasik
Copy link
Copy Markdown
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
Copy Markdown
Member Author

Ready to merge 👍

@samsonasik
Copy link
Copy Markdown
Member Author

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

@samsonasik samsonasik merged commit f7860e1 into codeigniter4:develop Jun 26, 2024
@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
Copy Markdown
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