From 61351a03dbeb5920221fcb08c904615fe551fd3a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 30 Nov 2022 16:34:09 +0000 Subject: PHPdoc --- app/Factories/IdFactory.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Factories') 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 -- cgit v1.3