jcb-compiler/src/98419ff3-6628-4539-8365-37f88378bced/code.power
2024-01-27 09:09:33 +02:00

14 lines
211 B
Plaintext

/**
* Is an Array
*
* @since 3.2.0
*/
use IsArray;
/**
* Base switch to add values as string or array
*
* @var boolean
* @since 3.2.0
**/
protected bool $addAsArray = true;