Merge "upload: Fix another signature of PublishStashedFileJob for php8.0"

This commit is contained in:
jenkins-bot 2024-03-20 12:09:45 +00:00 committed by Gerrit Code Review
commit 7a8136346b

View file

@ -49,7 +49,7 @@ class PublishStashedFileJob extends Job implements GenericParameterJob {
* @param Status[] $status
* @return array
*/
public function logJobParams( $status ) {
public function logJobParams( $status ): array {
return [
'stage' => $status['stage'] ?? '-',
'result' => $status['result'] ?? '-',