PrinsFrank / standards

A collection of standards as PHP Enums: ISO3166, ISO4217, ISO639...
MIT License
393 stars 10 forks source link

Add digits to NameNormalizer::normalize #177

Closed szepeviktor closed 8 months ago

szepeviktor commented 8 months ago

Digits were removed from keys, please see https://github.com/PrinsFrank/standards/actions/runs/7688426221/job/20949636914?pr=173

⚠️ Keys may not start with a digit. I do not know how to implement that.

From #173

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dfa298a) 100.00% compared to head (7add727) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 231 231 =========================================== Files 33 33 Lines 3611 3611 =========================================== Hits 3611 3611 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

PrinsFrank commented 8 months ago

Thanks! Missed that when merging the other PR!

szepeviktor commented 8 months ago

You're welcome.