Skip to content

Commit 8956062

Browse files
committed
Fix @experimental annotations
1 parent 0024df7 commit 8956062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Security/LdapAuthenticator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Wouter de Jong <wouter@wouterj.nl>
2929
*
3030
* @final
31-
* @experimental in Symfony 5.1
31+
* @experimental in 5.1
3232
*/
3333
class LdapAuthenticator implements AuthenticatorInterface
3434
{

Security/LdapBadge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Wouter de Jong <wouter@wouterj.nl>
2222
*
2323
* @final
24-
* @experimental in Symfony 5.1
24+
* @experimental in 5.1
2525
*/
2626
class LdapBadge implements BadgeInterface
2727
{

0 commit comments

Comments
 (0)