diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-03 16:47:54 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-03 16:47:54 +0100 |
| commit | dd13de3935c2368cb77e647ae389e3e1f0b1dec8 (patch) | |
| tree | de8ddee0b4da43a01e61e295767e4c56211fa2f4 /app/Module/InteractiveTree | |
| parent | ba1ca8bb0698cfd4c8f77416b7166fcbd7c2a433 (diff) | |
| download | webtrees-dd13de3935c2368cb77e647ae389e3e1f0b1dec8.tar.gz webtrees-dd13de3935c2368cb77e647ae389e3e1f0b1dec8.tar.bz2 webtrees-dd13de3935c2368cb77e647ae389e3e1f0b1dec8.zip | |
PHPDoc
Diffstat (limited to 'app/Module/InteractiveTree')
| -rw-r--r-- | app/Module/InteractiveTree/TreeView.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/InteractiveTree/TreeView.php b/app/Module/InteractiveTree/TreeView.php index 3ccecbda67..ccc87c079e 100644 --- a/app/Module/InteractiveTree/TreeView.php +++ b/app/Module/InteractiveTree/TreeView.php @@ -162,9 +162,9 @@ class TreeView { /** * Draw the children for some families * - * @param array $familyList array of families to draw the children for - * @param int $gen number of generations to draw - * @param bool $ajax setted to true for an ajax call + * @param Family[] $familyList array of families to draw the children for + * @param int $gen number of generations to draw + * @param bool $ajax setted to true for an ajax call * * @return string */ |
