add docblock in bid

This commit is contained in:
Yisroel Baum 2026-04-15 10:05:13 +03:00
parent fa156fd155
commit 678f67cbbc
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -79,6 +79,9 @@ class Bid
return $this->fileAttachments;
}
/**
* @param string[] $attachments
*/
public function setFileAttachments(array $attachments): void
{
$this->fileAttachments = $attachments;