The string can be surrounded by quotes or double-quotes or nothing:
*
* @config-example-value 'Fully\\Qualified\\Class\\Name'
*The array has to be written in long syntax, Shot syntax will not work :
*
* @config-example-value array('first_value' , 'second_value')
*In valid JSON :
*
* @config-example-value {"user_name": "Mocks username"}
*The boolean without quotes :
*
* @config-example-value false
* *
* @config-example-value {
* @config-example-value "user_name": "Mocks username",
* @config-example-value "brother_name": "Mocks brothername"
* @config-example-value }
*
*
* @config-example-value array( 'first_value',
* @config-example-value 'second_value' )
*
*
* @config-example-value Start of a stri
* @config-example-value ng, end of a string
*For config-attributes, if @config-example-value is not specified, it try to get the value of the attribute.
/**
* String without the example-value
*
* This one takes automatically the default value for the doc
*
* @config-attribute
*
* @var string
*/
protected $anyString = 'MyDefaultString';