style(legacy): format using php-cs-fixer

This commit is contained in:
jo 2022-10-12 17:02:14 +02:00 committed by Jonas L
parent ca535d1a10
commit d73555fa65
10 changed files with 35 additions and 35 deletions

View file

@ -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
*