Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

[PackageBuilder] Handle single characters in the StringFormatConverter::camelCaseToGlue() method #1705

Merged
merged 2 commits into from Dec 15, 2019
Merged

Conversation

leofeyer
Copy link
Contributor

Fixes #1701

@leofeyer leofeyer changed the title Handle single characters in the StringFormatConverter::camelCaseToGlue() method [PackageBuilder] Handle single characters in the StringFormatConverter::camelCaseToGlue() method Dec 13, 2019
@@ -30,6 +30,8 @@ public function provideCasesForCamelCaseToUnderscore(): Iterator
{
yield ['hiTom', 'hi_tom'];
yield ['GPWebPay', 'gp_web_pay'];
yield ['GPWebPay', 'gp_web_pay'];
Copy link
Member

Choose a reason for hiding this comment

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

Why is this twice here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad. 🤦‍♂ Fixed in 847e72c.

@TomasVotruba TomasVotruba merged commit cbabc3d into deprecated-packages:master Dec 15, 2019
@TomasVotruba
Copy link
Member

Thanks

@leofeyer leofeyer deleted the bugfix/to-underscore-single-char branch December 16, 2019 08:52
@deprecated-packages deprecated-packages locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[EasyCodingStandard] Option "b_mode" not recognized
2 participants