From 46ab67eb9250e0219b12b6900372311c650c98be Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Fri, 1 Apr 2022 13:59:03 -0400 Subject: [PATCH] Coding standards --- fillpdf.install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fillpdf.install b/fillpdf.install index 0f4a910..9ac2ada 100644 --- a/fillpdf.install +++ b/fillpdf.install @@ -15,6 +15,10 @@ use Drupal\fillpdf\Service\FillPdfAdminFormHelper; use Drupal\Core\Link; use Drupal\Core\Url; +/** + * Implements hook_update_N(). + */ + /** * Add scheme field to FillPdfForm. */ -- GitLab