From 92cfe96a67ed3f361f14fa3c3af8794865108875 Mon Sep 17 00:00:00 2001
From: Liam Morland <liam@openplus.ca>
Date: Wed, 22 Jan 2025 15:16:23 -0500
Subject: [PATCH] Update comments to avoid phpstan error

---
 tests/src/Functional/HandlePdfControllerTest.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/src/Functional/HandlePdfControllerTest.php b/tests/src/Functional/HandlePdfControllerTest.php
index 9e3b708..9f948ec 100644
--- a/tests/src/Functional/HandlePdfControllerTest.php
+++ b/tests/src/Functional/HandlePdfControllerTest.php
@@ -8,10 +8,11 @@ use Drupal\file\Entity\File;
 use Symfony\Component\HttpFoundation\ResponseHeaderBag;
 
 /**
- * @coversDefaultClass \Drupal\fillpdf\Controller\HandlePdfController
+ * Test HandlePdfController.
  *
- * Also covers \Drupal\fillpdf\Plugin\FillPdfActionPlugin
- * and \Drupal\fillpdf\OutputHandler.
+ * Covers \Drupal\fillpdf\Controller\HandlePdfController,
+ * \Drupal\fillpdf\Plugin\FillPdfActionPlugin, and
+ * \Drupal\fillpdf\OutputHandler.
  *
  * @group fillpdf
  *
-- 
GitLab