Autocommit PHP CS Fixer (#7343)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
github-actions[bot] 2024-12-13 13:32:01 +01:00 committed by GitHub
parent 0272bbaf99
commit d87f80406a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,11 +83,11 @@ $config = [
'targets' => [
\yii\log\FileTarget::class => \yii\helpers\ArrayHelper::merge(
['class' => \yii\log\FileTarget::class],
$logTargetConfig
$logTargetConfig,
),
\yii\log\DbTarget::class => \yii\helpers\ArrayHelper::merge(
['class' => \yii\log\DbTarget::class],
$logTargetConfig
$logTargetConfig,
),
],
],