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

refactor: replace handleRequest to Filters for one call service #9408

Closed
wants to merge 2 commits into from

Conversation

ddevsr
Copy link
Collaborator

@ddevsr ddevsr commented Jan 14, 2025

Description
Followup #9248. Replace deprecated to params Filters

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

@neznaika0
Copy link
Contributor

neznaika0 commented Jan 14, 2025

Add changelog 4.6.0 (signature, removed)? The method is protected and can be extended by the user for the service('codeigniter')
Disable your actions to fix https://github.com/ddevsr/CodeIgniter4/actions/runs/12765943336/job/35581224127

*/
protected function handleRequest(?RouteCollectionInterface $routes, Cache $cacheConfig, bool $returnResponse = false)
protected function handleRequest(?RouteCollectionInterface $routes, Cache $cacheConfig, Filters $filters)
Copy link
Member

Choose a reason for hiding this comment

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

Why change the param to Filters?

@samsonasik samsonasik added the waiting for info Issues or pull requests that need further clarification from the author label Jan 18, 2025
@paulbalandan paulbalandan deleted the branch codeigniter4:4.6 January 19, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for info Issues or pull requests that need further clarification from the author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants