for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Coco\SourceWatcher\Core\Extractors;
use Coco\SourceWatcher\Core\Extractor;
class XmlExtractor extends Extractor
{
/**
* XmlExtractor constructor.
*/
public function __construct ()
}
* @inheritDoc
public function extract ()
// TODO: Implement extract() method.