php-gettext / Gettext

PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
MIT License
687 stars 134 forks source link

Mark `Merge` class as `final` #233

Closed schlessera closed 4 years ago

schlessera commented 4 years ago

The way the Merge class is constructed and used makes it difficult and useless to extend. Therefore, it should be marked as final to set proper expectations.

Related issue: #231