Automation init...
This commit is contained in:
parent
14e4fc5d47
commit
1f68f674a5
@ -6,7 +6,7 @@ use Symfony\Component\DomCrawler\Crawler;
|
||||
|
||||
trait MyCrawlerTrait
|
||||
{
|
||||
final protected function createByMyCrawler($html)
|
||||
final protected function createByMyCrawler($html): Crawler
|
||||
{
|
||||
return new Crawler($html);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user