Fixes from phpstan checks, add PHP CI/CD github action

This commit is contained in:
2026-06-25 14:49:14 +09:00
parent 397fcb25ff
commit 5cba8ca9ac
11 changed files with 431 additions and 124 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class L10n
* @param string $locale language name, if not set, try previous set
* @param string $domain set name for mo file, if not set, try previous set
* @param string $path path, if not set try to get from paths array, else self
* @param string $override_encoding if locale does not env encoding set, use this one
* @param string $override_encoding if locale does not have encoding set, use this one
* @return GetTextReader the main gettext reader object
*/
public function getTranslator(