Basil 3 years ago committed by GitHub
parent
commit
f8e65d2027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/web/XmlResponseFormatter.php

2
framework/web/XmlResponseFormatter.php

@ -40,7 +40,7 @@ class XmlResponseFormatter extends Component implements ResponseFormatterInterfa
* @var string|string[]|false the name of the root element. If set to false, null or is empty then no root tag
* should be added.
*
* Since 2.0.43 URI namespace could be specified by passing `[namespace, tag name]` array.
* Since 2.0.44 URI namespace could be specified by passing `[namespace, tag name]` array.
*/
public $rootTag = 'response';
/**

Loading…
Cancel
Save