diff --git a/src/RssFeed.php b/src/RssFeed.php index fc92139..bce9c84 100644 --- a/src/RssFeed.php +++ b/src/RssFeed.php @@ -145,7 +145,11 @@ public function retrieveFullContent(string $postLink): bool|array } - private function fetchContentUsingCurl(string $url): bool|string + /** + * @param string $url + * @return bool|string + */ + private function fetchContentUsingCurl(string $url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url);