diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-11-30 16:34:09 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-11-30 19:30:35 +0000 |
| commit | 61351a03dbeb5920221fcb08c904615fe551fd3a (patch) | |
| tree | d8613bea037267b4b488c876fab45b7cf4300ae8 /app/Factories | |
| parent | e1ade55d328793bd3fc1eed51f12fd610198c3a2 (diff) | |
| download | webtrees-61351a03dbeb5920221fcb08c904615fe551fd3a.tar.gz webtrees-61351a03dbeb5920221fcb08c904615fe551fd3a.tar.bz2 webtrees-61351a03dbeb5920221fcb08c904615fe551fd3a.zip | |
PHPdoc
Diffstat (limited to 'app/Factories')
| -rw-r--r-- | app/Factories/IdFactory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Factories/IdFactory.php b/app/Factories/IdFactory.php index 1ee70a5754..a9a902d522 100644 --- a/app/Factories/IdFactory.php +++ b/app/Factories/IdFactory.php @@ -52,6 +52,8 @@ class IdFactory implements IdFactoryInterface /** * An identifier for use in CSS/HTML * + * @param string $prefix + * * @return string */ public function id(string $prefix = 'id-'): string |
