From d83ad261a4586013c87ec0a00528f5deba6fe6dd Mon Sep 17 00:00:00 2001
From: Ide Braakman <ide@ezcompany.nl>
Date: Wed, 20 Jun 2018 13:40:35 +0200
Subject: [PATCH] Issue #2980691 by idebr: TermSplitterTest has a syntax error,
 preventing automated testing by Drupal infrastructure

---
 tests/src/Kernel/TermSplitTestBase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/Kernel/TermSplitTestBase.php b/tests/src/Kernel/TermSplitTestBase.php
index 4c6fc9f..cd76490 100644
--- a/tests/src/Kernel/TermSplitTestBase.php
+++ b/tests/src/Kernel/TermSplitTestBase.php
@@ -91,7 +91,7 @@ class TermSplitTestBase extends KernelTestBase {
     $this->createEntityReferenceField($entityType, $bundle, $fieldName, $fieldLabel, $targetEntityType);
   }
 
-  protected function setUpPrivateTempStore(): void {
+  protected function setUpPrivateTempStore() {
     $accountProxy = new AccountProxy();
     $account = self::getMock(AccountInterface::class);
     $account->method('id')->willReturn(24);
-- 
2.14.3 (Apple Git-98)

