jcb-compiler/src/9b5872d6-c1d8-4602-b443-5844d2c950ee/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;