michael-rubel / laravel-value-objects

A bunch of general-purpose value objects you can use in your Laravel application.
MIT License
190 stars 15 forks source link

Uppercase only first letter of each word in `FullName` object #33

Closed michael-rubel closed 1 year ago

michael-rubel commented 1 year ago

About

This PR fixes the formatting behavior in FullName object. There was a lack of coverage for names like McKenzie.

We're now converting the first letter of each word instead of doing a regular Title Case.