#9528: added missing data provider for JSON formatter test, added changelog and upgrade note, added @since tag to new property

This commit is contained in:
Alexander Makarov
2015-11-25 05:52:15 +03:00
parent 4f81b4a99d
commit 45432cc653
4 changed files with 15 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class XmlResponseFormatter extends Component implements ResponseFormatterInterfa
public $itemTag = 'item';
/**
* @var boolean whether to enable to interpret implemented \Traversable interface objects as array
* @since 2.0.7
*/
public $useTraversableAsArray = true;