Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2020-12-05 16:04:56 +00:00
committed by StyleCI Bot
parent e35da67076
commit 9edce85aeb
@@ -1607,7 +1607,7 @@ class ProcessAdditional
} // Else update the release with the password status (if the admin enabled the setting).
else {
$updateRows += ['passwordstatus' => $this->_processPasswords ? $this->_passwordStatus : Releases::PASSWD_NONE,
'rarinnerfilecount' => $releaseFilesCount];
'rarinnerfilecount' => $releaseFilesCount, ];
Release::query()->where('id', $this->_release->id)->update(
$updateRows
);