From 520618556f5a205e427edbb553cecbefb3469c9b Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Tue, 1 Dec 2020 13:48:10 -0500
Subject: [PATCH] ISTWCMS-4199: coding standards

---
 includes/taxonomy.inc | 6 ------
 includes/views.inc    | 1 -
 2 files changed, 7 deletions(-)

diff --git a/includes/taxonomy.inc b/includes/taxonomy.inc
index 3bf74f7e..d9bd0906 100644
--- a/includes/taxonomy.inc
+++ b/includes/taxonomy.inc
@@ -2,17 +2,11 @@
 
 /**
  * @file
- *
  * Functions for fixing taxonomies.
  */
 
 /**
  * Implements theme_suggestions_taxonomy_term_alter()
- *
- * @param array $suggestions
- *   An array of suggestions for the theme file name.
- * @param $variables
- *   An array of variables for the template.
  */
 function gesso_theme_suggestions_taxonomy_term_alter(array &$suggestions, array $variables) {
   $bundle = $variables['elements']['name']['#bundle'];
diff --git a/includes/views.inc b/includes/views.inc
index 870bbc22..1892a69b 100644
--- a/includes/views.inc
+++ b/includes/views.inc
@@ -2,7 +2,6 @@
 
 /**
  * @file
- *
  * Functions for improving views.
  */
 
-- 
GitLab