summaryrefslogtreecommitdiff
path: root/modules_v4
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-04 14:28:18 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-04 15:59:00 +0000
commit24f2a3af38709f9bf0a739b30264240d20ba34e8 (patch)
tree3e1418b4d3a327a1cf10708b29079eea6664d120 /modules_v4
parent5ee0e1c4682ba45eab113157c38012830963e411 (diff)
downloadwebtrees-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.php2
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
{