for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ConfigToken\TreeSerializer\Types;
class XmlTreeSerializer extends AbstractTreeSerializer
{
/**
* @codeCoverageIgnore
* @return string
*/
public static function getContentType()
return 'application/xml';
}
public static function getFileExtension()
return 'xml';