From 68567a042c01be7fc3ac582a738f740ccca8dfe3 Mon Sep 17 00:00:00 2001
From: Ken Rickard <agentrickard@gmail.com>
Date: Fri, 13 Jan 2023 16:00:51 -0500
Subject: [PATCH] Fixes phpstan issues

---
 tests/src/Kernel/CacheExcludeMigrateTest.php | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tests/src/Kernel/CacheExcludeMigrateTest.php b/tests/src/Kernel/CacheExcludeMigrateTest.php
index 5306882..3c173a7 100644
--- a/tests/src/Kernel/CacheExcludeMigrateTest.php
+++ b/tests/src/Kernel/CacheExcludeMigrateTest.php
@@ -36,7 +36,10 @@ class CacheExcludeMigrateTest extends MigrateDrupal7TestBase {
   }
 
   /**
-   * {@inheritdoc}
+   * Gets the path to test fixtures.
+   *
+   * @return string
+   *   A filepath string.
    */
   protected function getFixtureFilePath() {
     return implode(DIRECTORY_SEPARATOR, [
@@ -50,7 +53,7 @@ class CacheExcludeMigrateTest extends MigrateDrupal7TestBase {
   /**
    * Asserts that cache exclude configuration is migrated.
    */
-  public function testCacheExcludeMigration() {
+  public function testCacheExcludeMigration(): void {
     $expected_config = [
       'cacheexclude_list' => '/node/3
 /blog/*',
-- 
GitLab