A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time intervals. / Морфологическая библиотека для английского и русского языков. Склоняет имена собственные, названия географических объектов, склонение и плюрализация имен собственных и другое.
[x] adds PHPStan CI pipeline to do a static code analysis
[x] adds a small portion of SCA-specific type hints (like array<string, string> to show the key type or array<\morphos\Cases::*> to reference interface constants) to further improve code quality
This PR:
array<string, string>
to show the key type orarray<\morphos\Cases::*>
to reference interface constants) to further improve code quality