diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-02-01 22:52:46 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-02-01 22:57:08 +0000 |
| commit | c6921a1734a409ef32abbcf9b90cc76e365aff2e (patch) | |
| tree | 1ea7110361dc4e91ade4f086db231649f6816f5a /app/Contracts/HeaderFactoryInterface.php | |
| parent | 640477e3cdc4405ec3bdeba3135d4c5859e87ece (diff) | |
| download | webtrees-c6921a1734a409ef32abbcf9b90cc76e365aff2e.tar.gz webtrees-c6921a1734a409ef32abbcf9b90cc76e365aff2e.tar.bz2 webtrees-c6921a1734a409ef32abbcf9b90cc76e365aff2e.zip | |
Add signatures to closures in phpdoc. See #4713
Diffstat (limited to 'app/Contracts/HeaderFactoryInterface.php')
| -rw-r--r-- | app/Contracts/HeaderFactoryInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Contracts/HeaderFactoryInterface.php b/app/Contracts/HeaderFactoryInterface.php index 8ef5bfa730..76490ed01f 100644 --- a/app/Contracts/HeaderFactoryInterface.php +++ b/app/Contracts/HeaderFactoryInterface.php @@ -44,7 +44,7 @@ interface HeaderFactoryInterface * * @param Tree $tree * - * @return Closure + * @return Closure(object):Header */ public function mapper(Tree $tree): Closure; |
