From 49ba5d0fb707e3f9b3de6d8fc2a9ed413890338d Mon Sep 17 00:00:00 2001 From: Jan Zdunek Date: Wed, 7 Jun 2017 16:32:48 +0200 Subject: [PATCH] Removing PHP 7 only type hint. --- tests/TestCase/Log/Engine/BaseLogTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Log/Engine/BaseLogTest.php b/tests/TestCase/Log/Engine/BaseLogTest.php index f713c040827..9239234d5a3 100644 --- a/tests/TestCase/Log/Engine/BaseLogTest.php +++ b/tests/TestCase/Log/Engine/BaseLogTest.php @@ -58,7 +58,7 @@ public function setUp() $this->logger = new BaseLogImpl(); } - private function assertUnescapedUnicode(array $needles, string $haystack) + private function assertUnescapedUnicode(array $needles, $haystack) { foreach ($needles as $needle) { $this->assertContains(