PrinsFrank / standards

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

Throw exception for empty key in NameNormalizer #179

Closed szepeviktor closed 8 months ago

szepeviktor commented 8 months ago

From https://github.com/PrinsFrank/standards/pull/171#discussion_r1468947616

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (01ee985) 100.00% compared to head (14035cf) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #179 +/- ## =========================================== 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

Thank you!!!