diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-10 18:12:33 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-10 18:12:33 +0000 |
| commit | b5c8fd7e66957665381ee23f19cf39bda22bc768 (patch) | |
| tree | 96d886b864026df614d32b0ab8cc9ffc24016c9d /app/Fact.php | |
| parent | 685de0813f1bb9f3e6c25fe9c4ef849706fa4feb (diff) | |
| download | webtrees-b5c8fd7e66957665381ee23f19cf39bda22bc768.tar.gz webtrees-b5c8fd7e66957665381ee23f19cf39bda22bc768.tar.bz2 webtrees-b5c8fd7e66957665381ee23f19cf39bda22bc768.zip | |
PHPdoc
Diffstat (limited to 'app/Fact.php')
| -rw-r--r-- | app/Fact.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Fact.php b/app/Fact.php index ad50fe5c1e..70d6e7e0aa 100644 --- a/app/Fact.php +++ b/app/Fact.php @@ -695,9 +695,9 @@ class Fact * using the compare type function * 3. Then merge the arrays back into the original array using the compare type function * - * @param Collection $unsorted + * @param Collection<Fact> $unsorted * - * @return Collection + * @return Collection<Fact> */ public static function sortFacts(Collection $unsorted): Collection { |
