Skip to content

Commit 6889593

Browse files
Merge branch '6.4' into 7.0
* 6.4: Ensure all properties have a type
2 parents 808fc5d + 4695a53 commit 6889593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LoginLink/LoginLinkHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public function eraseCredentials(): void
306306

307307
class TestLoginLinkHandlerUserProvider implements UserProviderInterface
308308
{
309-
private $users = [];
309+
private array $users = [];
310310

311311
public function createUser(TestLoginLinkHandlerUser $user): void
312312
{

0 commit comments

Comments
 (0)