Skip to content

Commit 74930a2

Browse files
author
Jeremiah VALERIE
committed
Remove PHP7 typehint
1 parent e2d31eb commit 74930a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Security/AccessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testNotAuthenticatedUserAccessToUserName()
9696
$this->assertResponse($this->userNameQuery, $expected, static::ANONYMOUS_USER, 'access');
9797
}
9898

99-
public function testNonAuthenticatedUserAccessSecuredFieldWhichInitiallyResolvesToArray(): void
99+
public function testNonAuthenticatedUserAccessSecuredFieldWhichInitiallyResolvesToArray()
100100
{
101101
$expected = [
102102
'data' => [

0 commit comments

Comments
 (0)