From a364d2413f91f7b4e6c1e150ec3006dd97b967fd Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 2 May 2018 16:38:39 -0400
Subject: [PATCH] php-cs-fixer

---
 themes/bootstrap3/templates/channels/channelList.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/channels/channelList.phtml b/themes/bootstrap3/templates/channels/channelList.phtml
index 9ce1052565a..83a2365cb55 100644
--- a/themes/bootstrap3/templates/channels/channelList.phtml
+++ b/themes/bootstrap3/templates/channels/channelList.phtml
@@ -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;
       }
   }
-- 
GitLab