Skip to content

Commit

Permalink
Improve code indentation for bbb plugin 3rd.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhaziTriki committed Sep 26, 2021
1 parent 9f7cd00 commit 4555026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/bbb/lib/bbb_api.php
Expand Up @@ -565,9 +565,9 @@ public function getRecordings($recordingParams)
);
$result['records'] = [];
if (!empty($xml->recordings->recording)) {
$formats = array();
$formats = array();

foreach ($xml->recordings->recording as $r) {
foreach ($xml->recordings->recording as $r) {
foreach ($r->playback->format as $format) {
$formats[] = $format;
}
Expand Down

0 comments on commit 4555026

Please sign in to comment.