for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace SixtyEightPublishers\i18n\Lists;
final class LanguageList extends AbstractList
{
/**
* {@inheritdoc}
*/
protected function getSourcePathMask(): string
return '%s/umpirsky/locale-list/data/%s/locales.php';
}