for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BestServedCold\PhalueObjects\Format;
use BestServedCold\PhalueObjects\Format;
use Sabre\Xml\Service;
class Xml extends Format
{
/**
* @return array
*/
public function toArray()
return (array) (new Service())->parse($this->getValue());
}