Skip to content

Commit

Permalink
Update PHPCsFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Oct 30, 2023
1 parent a413361 commit 704ef22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Services/ClientService.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function applyWorkflowToMediaPackages(array $mediaPackagesIds = [], strin
'mediaPackageIds' => $mediaPackageIdsParameter,
'engage' => 'Matterhorn+Engage+Player',
];
// SUPPORT FOR OPENCAST < 6.0
// SUPPORT FOR OPENCAST < 6.0
} elseif ($opencastVersion < '6.0.0') {
$parameters = [
'metadata' => json_encode(
Expand All @@ -298,7 +298,7 @@ public function applyWorkflowToMediaPackages(array $mediaPackagesIds = [], strin
JSON_THROW_ON_ERROR
),
];
// DEFAULT
// DEFAULT
} else {
$configurationsById = [];
foreach ($mediaPackagesIds as $mediaPackageId) {
Expand Down

0 comments on commit 704ef22

Please sign in to comment.