fix(deps): update dependency friendsofphp/php-cs-fixer to <3.16.1 (main) (#2490)
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.16.1 * style: format code using php-cs-fixer --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
028eafb1b6
commit
20bb031db0
2 changed files with 2 additions and 3 deletions
|
@ -76,8 +76,7 @@ abstract class Application_Service_ThirdPartyService
|
|||
{
|
||||
$ref = ThirdPartyTrackReferencesQuery::create()
|
||||
->filterByDbService(static::$_SERVICE_NAME)
|
||||
->findOneByDbFileId($fileId) // There shouldn't be duplicates!
|
||||
;
|
||||
->findOneByDbFileId($fileId); // There shouldn't be duplicates!
|
||||
|
||||
return empty($ref) ? '' : $ref->getDbForeignId();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue