Browse Source

Removing PHP 7 only type hint.

Jan Zdunek 8 years ago
parent
commit
49ba5d0fb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Log/Engine/BaseLogTest.php

+ 1 - 1
tests/TestCase/Log/Engine/BaseLogTest.php

@@ -58,7 +58,7 @@ class BaseLogTest extends TestCase
         $this->logger = new BaseLogImpl();
     }
 
-    private function assertUnescapedUnicode(array $needles, string $haystack)
+    private function assertUnescapedUnicode(array $needles, $haystack)
     {
         foreach ($needles as $needle) {
             $this->assertContains(