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

Minus prefix should also remove leading space #13

Merged
merged 3 commits into from
Jan 26, 2024
Merged

Conversation

maqc1
Copy link
Contributor

@maqc1 maqc1 commented Jan 11, 2023

Default PHP strftime() also remove leading space when using the minus prefix.

Expected result :
'%-e' => '3'

Actual result :
'%-e' => ' 3'

maqc1 and others added 3 commits January 10, 2023 19:54
@alphp alphp merged commit 2ee69eb into alphp:master Jan 26, 2024
15 checks passed
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