Skip to content

Commit

Permalink
fix: wrong retun signature in known networks
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Dec 18, 2021
1 parent dc133d6 commit 60d47ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/receiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function getAuthor($webmention)
];
}

private function isKnownNetwork(string $authorUrl): boolean
private function isKnownNetwork(string $authorUrl)
{
$networkHosts = [
'twitter.com',
Expand Down

0 comments on commit 60d47ab

Please sign in to comment.