We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f2a71 commit e2f25d4Copy full SHA for e2f25d4
src/Crawler/StaticCrawlObserver.php
@@ -32,7 +32,7 @@ public function crawled(
32
UriInterface $url,
33
ResponseInterface $response,
34
UriInterface $foundOnUrl = null,
35
- ?string $linkText
+ ?string $linkText = null
36
): void {
37
$this->components->info('Crawled and cached url: '.$url);
38
}
@@ -44,7 +44,7 @@ public function crawlFailed(
44
45
RequestException $requestException,
46
47
48
49
$this->components->error('Failed to crawl url: '.$url);
50
0 commit comments