Merge pull request #1145 from NNTmux/analysis-2QdYdr

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2020-12-05 17:05:05 +01:00
committed by GitHub
@@ -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
);