Merge "upload: Fix another signature of PublishStashedFileJob for php8.0"
This commit is contained in:
commit
7a8136346b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'] ?? '-',
|
||||
|
|
|
|||
Loading…
Reference in a new issue