Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rector): add ChangeMethodVisibilityRector configuration
- Added configuration for ChangeMethodVisibilityRector. - Changed visibility of 'preConfigureOptionsResolver' method in HasOptions class to PROTECTED. - This change improves encapsulation and adheres to best practices for method visibility.
- Loading branch information