style(legacy): php-cs-fixer upgrade
This commit is contained in:
parent
25fbf5cf32
commit
c28fe32cdc
13 changed files with 22 additions and 23 deletions
|
@ -128,7 +128,7 @@ class Application_Service_MediaService
|
|||
*/
|
||||
public static function areFilesStuckInPending()
|
||||
{
|
||||
$oneHourAgo = gmdate(DEFAULT_TIMESTAMP_FORMAT, (microtime(true) - self::PENDING_FILE_TIMEOUT_SECONDS));
|
||||
$oneHourAgo = gmdate(DEFAULT_TIMESTAMP_FORMAT, microtime(true) - self::PENDING_FILE_TIMEOUT_SECONDS);
|
||||
self::$_pendingFiles = CcFilesQuery::create()
|
||||
->filterByDbImportStatus(CcFiles::IMPORT_STATUS_PENDING)
|
||||
->filterByDbUtime($oneHourAgo, Criteria::LESS_EQUAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue