style(legacy): format using php-cs-fixer
This commit is contained in:
parent
ca535d1a10
commit
d73555fa65
10 changed files with 35 additions and 35 deletions
|
@ -318,7 +318,7 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $episodeId
|
||||
* @param mixed $episodeId
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
|
@ -337,11 +337,11 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
|
|||
/**
|
||||
* Returns an array of Podcast episodes, with the option to paginate the results.
|
||||
*
|
||||
* @param $podcastId
|
||||
* @param int $offset
|
||||
* @param int $limit
|
||||
* @param string $sortColumn
|
||||
* @param string $sortDir "ASC" || "DESC"
|
||||
* @param mixed $podcastId
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue