Skip to content

Commit

Permalink
PHPDoc see
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Sep 14, 2024
1 parent 6fc24ec commit 84c9388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SimplePie.php
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,7 @@ public function enable_exceptions(bool $enable = true)
* after having cleaned it from noisy elements such as statistics or comments.
* FreshRSS
* @return string $rss A hash of the cleaned content, or empty string in case of error.
* @see SimplePie::get_hash()
*/
private function clean_hash(string $rss): string
{
Expand Down Expand Up @@ -2177,6 +2178,7 @@ public function status_code()
* Get the last hash of the feed
*
* @return string Hash of the content of the feed
* @see SimplePie::clean_hash()
* FreshRSS
*/
public function get_hash(): string
Expand Down

0 comments on commit 84c9388

Please sign in to comment.