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

docs: fix incorrect description on RedirectException (1) #7629

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Jun 27, 2023

Description
Fixes #7628

A named route cannot be used with RedirectException.

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

A named route cannot be used with RedirectException.
@kenjis kenjis added bug Verified issues on the current code behavior or pull requests that will fix them documentation Pull requests for documentation only labels Jun 27, 2023
@kenjis kenjis merged commit 1add05a into codeigniter4:develop Jun 27, 2023
@kenjis kenjis deleted the fix-docs-RedirectException branch June 27, 2023 21:01
@kenjis kenjis changed the title docs: fix incorrect description on RedirectException docs: fix incorrect description on RedirectException (1) Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them documentation Pull requests for documentation only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: a named route cannot be used with RedirectException
3 participants