Skip to content

Commit c8a41b7

Browse files
committed
make constants private scope (#22833: Short-term admin accounts)
1 parent b03b0a0 commit c8a41b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Security/Model/UserExpirationInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
interface UserExpirationInterface
1515
{
1616

17-
const EXPIRES_AT = 'expires_at';
17+
private const EXPIRES_AT = 'expires_at';
1818

19-
const USER_ID = 'user_id';
19+
private const USER_ID = 'user_id';
2020

2121
/**
2222
* `expires_at` getter.

0 commit comments

Comments
 (0)