Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 286 Bytes

File metadata and controls

32 lines (23 loc) · 286 Bytes

Body

Supported Types

string

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

array

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

array

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