Skip to content

Commit

Permalink
clean_hash visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Sep 9, 2024
1 parent 0861907 commit e69c877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimplePie.php
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ public function enable_exceptions(bool $enable = true)
* FreshRSS
* @return string $rss A hash of the cleaned content, or empty string in case of error.
*/
function clean_hash(string $rss): string
private function clean_hash(string $rss): string
{
if ($rss === '') {
return '';
Expand Down

0 comments on commit e69c877

Please sign in to comment.