We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61d1d commit 9b35144Copy full SHA for 9b35144
src/Detectors/AuthorUrl.php
@@ -15,7 +15,7 @@ public function detect(): ?UriInterface
15
?: $this->detectFromTwitter();
16
}
17
18
- private function detectFromTwitter(): ?UriINterface
+ private function detectFromTwitter(): ?UriInterface
19
{
20
$metas = $this->extractor->getMetas();
21
$crawler = $this->extractor->getCrawler();
0 commit comments