diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-04 14:28:18 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-04 15:59:00 +0000 |
| commit | 24f2a3af38709f9bf0a739b30264240d20ba34e8 (patch) | |
| tree | 3e1418b4d3a327a1cf10708b29079eea6664d120 /modules_v4 | |
| parent | 5ee0e1c4682ba45eab113157c38012830963e411 (diff) | |
| download | webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.tar.gz webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.tar.bz2 webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.zip | |
Code style
Diffstat (limited to 'modules_v4')
| -rw-r--r-- | modules_v4/example.disable/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v4/example.disable/module.php b/modules_v4/example.disable/module.php index 5eaed7c122..2f13f9b39e 100644 --- a/modules_v4/example.disable/module.php +++ b/modules_v4/example.disable/module.php @@ -105,7 +105,7 @@ return new class extends AbstractModule implements ModuleCustomInterface { * * @param string $language * - * @return string[] + * @return array<string> */ public function customTranslations(string $language): array { |
