From b63cc80688ceb4d80d9cf5376e734aed0000f504 Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Thu, 13 Jun 2019 15:02:06 -0400
Subject: [PATCH] Coding standards

---
 fillpdf.module | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/fillpdf.module b/fillpdf.module
index 0fc1cb5..e696596 100644
--- a/fillpdf.module
+++ b/fillpdf.module
@@ -1062,6 +1062,8 @@ function _fillpdf_build_options_object($force_download, $flatten, $fillpdf_info,
 /**
  * Figure out what to do with the PDF and do it.
  *
+ * Normally, this calls drupal_exit(). In error conditions, it returns void.
+ *
  * @param object $fillpdf_object
  *   Metadata object, usually generated by _fillpdf_build_options_object().
  * @param string $action
@@ -1075,9 +1077,6 @@ function _fillpdf_build_options_object($force_download, $flatten, $fillpdf_info,
  *   to the user's browser.
  *
  *   Here, specifically, it's for generating the filename of the handled PDF.
- *
- * @return null
- *   Normally, this calls drupal_exit(). In error conditions, it returns NULL.
  */
 function fillpdf_merge_perform_pdf_action($fillpdf_object, $action = 'download', $force_download = FALSE) {
   $pdf_info = $fillpdf_object->info;
-- 
GitLab