Skip to content
Snippets Groups Projects
Commit a364d241 authored by Demian Katz's avatar Demian Katz
Browse files

php-cs-fixer

parent 8dc6998b
No related merge requests found
......@@ -17,7 +17,7 @@
if (isset($current['contents'])) {
$finalChannels[] = $current;
$finalCount++;
} else if ($finalCount > 0 && isset($current['token'])) {
} elseif ($finalCount > 0 && isset($current['token'])) {
$finalChannels[$finalCount - 1]['relatedTokens'][] = $current;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment