diff options
| -rw-r--r-- | app/Module/BatchUpdateModule.php | 2 | ||||
| -rw-r--r-- | app/Module/InteractiveTree/TreeView.php | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/BatchUpdateModule.php b/app/Module/BatchUpdateModule.php index c2c2206849..3d0a5751f3 100644 --- a/app/Module/BatchUpdateModule.php +++ b/app/Module/BatchUpdateModule.php @@ -49,7 +49,7 @@ class BatchUpdateModule extends AbstractModule implements ModuleConfigInterface /** @var BatchUpdateBasePlugin[] All available plugins */ private $plugins; - /** @var @var BatchUpdateBasePlugin The current plugin */ + /** @var BatchUpdateBasePlugin The current plugin */ private $PLUGIN; /** @var string[] n array of all xrefs that might need to be updated */ 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 */ |
