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
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"friendsofphp/php-cs-fixer": "<3.15.2"
|
||||
"friendsofphp/php-cs-fixer": "<3.16.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue