mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Combine phpstan, cs-check, cs-fix into lint-php recipe; fix lint issues + test failures + duplicate detection bug
This commit is contained in:
@@ -52,8 +52,8 @@ class PeerTubeService
|
||||
|
||||
return [
|
||||
'instance_url' => $row['instance_url'] ?? '',
|
||||
'username' => $smtp['username'] ?? '',
|
||||
'password' => $smtp['password'] ?? '',
|
||||
'username' => $smtp['username'],
|
||||
'password' => $smtp['password'],
|
||||
'channel_name' => $row['channel_name'] ?? '',
|
||||
'privacy' => (int)($row['privacy'] ?? 1),
|
||||
'peertube_video_label' => $row['peertube_video_label'] ?? '',
|
||||
|
||||
Reference in New Issue
Block a user