* @license MIT */ class ClassWithPublicArrayProperty { public $arrayProperty = array(); }