for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sioen\JsonToHtml;
final class SoundcloudConverter implements Converter
{
public function toHtml(array $data)
return $data['html'];
}
public function matches($type)
return $type === 'soundcloud';