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

Adding optional support for trailing slash clean in PATH #379

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rippak
Copy link

@rippak rippak commented Jun 1, 2024

Moved one old project to F3 where trailing slashes in routes are obligatory

base.php Outdated
@@ -2530,6 +2531,7 @@ function($level,$text,$file,$line) {
'PACKAGE'=>self::PACKAGE,
'PARAMS'=>[],
'PATH'=>$path,
'PATH_SLASH_CLEAN'=>TRUE,
Copy link
Member

Choose a reason for hiding this comment

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

When this gets accepted, make all indentations consistent and don't forget to update the documentation. :-)

Copy link
Author

Choose a reason for hiding this comment

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

Thanks, I'll check it. Phpstorm shows normal indents.
Where should I update the docs?

Copy link
Member

Choose a reason for hiding this comment

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

The docs are here, but I would wait until this change got accepted.

Copy link
Author

Choose a reason for hiding this comment

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

Of course, just asking

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