add param docblock for freight order
This commit is contained in:
parent
962614ea02
commit
701e4fdce5
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ use DateTime;
|
|||
|
||||
class FreightOrder
|
||||
{
|
||||
/**
|
||||
* @param string[] $fileAttachments
|
||||
* @param int[] $carrierIds
|
||||
*/
|
||||
public function __construct(
|
||||
private ?int $id,
|
||||
private string $shipFrom,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue