Skip to content

Commit e49af71

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Security] fix small typo in PasswordAuthenticatedUserInterface [Config] Deprecate setting a default value to a node that is required, and vice versa
2 parents e58cae2 + d618dc7 commit e49af71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/PasswordAuthenticatedUserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* return $data;
3333
* }
3434
*
35-
* Implement EquatableInteface if you need another logic.
35+
* Implement EquatableInterface if you need another logic.
3636
*
3737
* @author Robin Chalas <[email protected]>
3838
* @author Wouter de Jong <[email protected]>

0 commit comments

Comments
 (0)