Skip to content

Commit

Permalink
Add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Apr 19, 2024
1 parent 0ac26ff commit 0c42b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions includes/Wpup/Epiphyt_Server.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ private function get_api_data( $data = [] ) {
}

/**
* Get
* Get the changelog
*
* @param array $meta
* @param string $locale
* @return array
* @param array $meta Current metadata
* @param string $locale The specified locale
* @return array Updated metadata
*/
private function get_changelog( array $meta, string $locale ): array {
$urls = [
Expand Down

0 comments on commit 0c42b0d

Please sign in to comment.