Skip to content

Commit

Permalink
Removing PHP 7 only type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzdunek committed Jun 7, 2017
1 parent 0d52e24 commit 49ba5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Log/Engine/BaseLogTest.php
Expand Up @@ -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(
Expand Down

0 comments on commit 49ba5d0

Please sign in to comment.