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:
renovate[bot] 2023-04-03 11:58:36 +02:00 committed by GitHub
parent 028eafb1b6
commit 20bb031db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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();
}

View File

@ -1,6 +1,6 @@
{
"require": {
"php": "^7.4",
"friendsofphp/php-cs-fixer": "<3.15.2"
"friendsofphp/php-cs-fixer": "<3.16.1"
}
}