summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-06 18:19:35 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-06 18:19:35 +0100
commit2398c950b762551b14a2b5715fc71fefafba0a15 (patch)
treeeaa38a761ef30c0e71292dd5d8e58affafe0c2a7 /library
parentdd776a8930da3ab0635b9daed56e87c99a67109b (diff)
downloadwebtrees-2398c950b762551b14a2b5715fc71fefafba0a15.tar.gz
webtrees-2398c950b762551b14a2b5715fc71fefafba0a15.tar.bz2
webtrees-2398c950b762551b14a2b5715fc71fefafba0a15.zip
PHPDoc
Diffstat (limited to 'library')
-rw-r--r--library/WT/Tree.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Tree.php b/library/WT/Tree.php
index 1f297c3258..977c4719cf 100644
--- a/library/WT/Tree.php
+++ b/library/WT/Tree.php
@@ -137,8 +137,8 @@ class WT_Tree {
* Set the tree’s user-configuration settings.
*
* @param User $user
- * @param string setting_name
- * @param string setting_value
+ * @param string $setting_name
+ * @param string $setting_value
*
* @return $this
*/