summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-06-17 21:26:17 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-06-17 21:26:17 +0100
commit45f11dc729c5cca80fe8be06331f7dbce0f4b666 (patch)
tree881c51b18751d3c8401fbd2a3c8d894226ddd77a /app
parent35f78fb63ed08708dd71751fc4ed143ac2cf8528 (diff)
downloadwebtrees-45f11dc729c5cca80fe8be06331f7dbce0f4b666.tar.gz
webtrees-45f11dc729c5cca80fe8be06331f7dbce0f4b666.tar.bz2
webtrees-45f11dc729c5cca80fe8be06331f7dbce0f4b666.zip
PHPdoc
Diffstat (limited to 'app')
-rw-r--r--app/User.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/User.php b/app/User.php
index 03c72eb6f8..06197c0afb 100644
--- a/app/User.php
+++ b/app/User.php
@@ -37,6 +37,7 @@ class User implements UserInterface
private string $email;
+ /** @var array<string,string> */
private array $preferences;
/**