add docblock in bid
This commit is contained in:
parent
fa156fd155
commit
678f67cbbc
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ class Bid
|
||||||
return $this->fileAttachments;
|
return $this->fileAttachments;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string[] $attachments
|
||||||
|
*/
|
||||||
public function setFileAttachments(array $attachments): void
|
public function setFileAttachments(array $attachments): void
|
||||||
{
|
{
|
||||||
$this->fileAttachments = $attachments;
|
$this->fileAttachments = $attachments;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue