for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PubPeerFoundation\PublicationDataExtractor\Resources\Extractors;
class Doi extends Crossref
{
/**
* Create search tree.
*/
protected function fillSearchTree(): void
$this->searchTree = $this->document;
}