laravel-6 support
This commit is contained in:
2
vendor/symfony/dom-crawler/Image.php
vendored
2
vendor/symfony/dom-crawler/Image.php
vendored
@@ -16,7 +16,7 @@ namespace Symfony\Component\DomCrawler;
|
||||
*/
|
||||
class Image extends AbstractUriElement
|
||||
{
|
||||
public function __construct(\DOMElement $node, $currentUri)
|
||||
public function __construct(\DOMElement $node, string $currentUri = null)
|
||||
{
|
||||
parent::__construct($node, $currentUri, 'GET');
|
||||
}
|
||||
|
Reference in New Issue
Block a user