diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-07-07 19:16:45 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-07-09 22:45:05 +0100 |
| commit | 60bc3e3fa6818f7ba65df666d54efde701a9fe49 (patch) | |
| tree | 3fa153b76ef02adee9b6c3c6ed2e134d02611a19 /app/GedcomTag.php | |
| parent | 04ade2e62ee0e043b2d6b2b97a8337e230c202c8 (diff) | |
| download | webtrees-60bc3e3fa6818f7ba65df666d54efde701a9fe49.tar.gz webtrees-60bc3e3fa6818f7ba65df666d54efde701a9fe49.tar.bz2 webtrees-60bc3e3fa6818f7ba65df666d54efde701a9fe49.zip | |
PHPDoc
Diffstat (limited to 'app/GedcomTag.php')
| -rw-r--r-- | app/GedcomTag.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/GedcomTag.php b/app/GedcomTag.php index 3bb2c6f524..1bcf9a6f1c 100644 --- a/app/GedcomTag.php +++ b/app/GedcomTag.php @@ -1408,6 +1408,8 @@ class GedcomTag { /** * Get a list of facts, for use in the "fact picker" edit control * + * @param string $fact_type + * * @return string[] */ public static function getPicklistFacts($fact_type) { |
