style(legacy): php-cs-fixer upgrade

This commit is contained in:
jo 2022-07-11 17:07:30 +02:00 committed by Jonas L
parent 25fbf5cf32
commit c28fe32cdc
13 changed files with 22 additions and 23 deletions

View file

@ -300,7 +300,7 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
*/
public static function getStuckPendingImports()
{
$timeout = gmdate(DEFAULT_TIMESTAMP_FORMAT, (microtime(true) - self::PENDING_EPISODE_TIMEOUT_SECONDS));
$timeout = gmdate(DEFAULT_TIMESTAMP_FORMAT, microtime(true) - self::PENDING_EPISODE_TIMEOUT_SECONDS);
$episodes = PodcastEpisodesQuery::create()
->filterByDbFileId()
->find();