Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 245 Bytes

File metadata and controls

25 lines (17 loc) · 245 Bytes

AdditionalDataValue

The value of the additional data

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

array

/**
* @var array<string>
*/
array $value = /* values here */