LasseRafn / php-initials

Library to generate initials from a full name. PHP 5.6+
MIT License
41 stars 5 forks source link

[bug] Initials constructor #4

Open ybelenko opened 4 years ago

ybelenko commented 4 years ago
echo (new Initials('Lasse Rafn'));  // Output: JD instead of LR
buddhaCode commented 3 years ago

Yeah, the constructor is missing. Or the documentation is wrong.