Skip to content

Commit 9b35144

Browse files
committed
AuthorUrl: fix typo;
1 parent fb61d1d commit 9b35144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Detectors/AuthorUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function detect(): ?UriInterface
1515
?: $this->detectFromTwitter();
1616
}
1717

18-
private function detectFromTwitter(): ?UriINterface
18+
private function detectFromTwitter(): ?UriInterface
1919
{
2020
$metas = $this->extractor->getMetas();
2121
$crawler = $this->extractor->getCrawler();

0 commit comments

Comments
 (0)