Skip to content

Commit

Permalink
Revert prettifyNumberOfDownloads function visibility from protected t…
Browse files Browse the repository at this point in the history
…o private
  • Loading branch information
araichyk committed Apr 30, 2024
1 parent f9c2b04 commit bcdaa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Marketplace/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private function addPluginCoverImage(&$plugin): void
* @param $plugin
* @return void
*/
protected function prettifyNumberOfDownloads(&$plugin): void
private function prettifyNumberOfDownloads(&$plugin): void
{
$num = $nice = $plugin['numDownloads'] ?? 0;

Expand Down

0 comments on commit bcdaa8f

Please sign in to comment.