diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-06 18:19:35 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-06 18:19:35 +0100 |
| commit | 2398c950b762551b14a2b5715fc71fefafba0a15 (patch) | |
| tree | eaa38a761ef30c0e71292dd5d8e58affafe0c2a7 /library | |
| parent | dd776a8930da3ab0635b9daed56e87c99a67109b (diff) | |
| download | webtrees-2398c950b762551b14a2b5715fc71fefafba0a15.tar.gz webtrees-2398c950b762551b14a2b5715fc71fefafba0a15.tar.bz2 webtrees-2398c950b762551b14a2b5715fc71fefafba0a15.zip | |
PHPDoc
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Tree.php | 4 |
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 */ |
