Make docs gender agnostics (#18781)

This commit is contained in:
Sohel Ahmed Mesaniya
2021-07-25 19:14:56 +05:30
committed by GitHub
parent f8e37eb48b
commit fd7373f1c6

View File

@ -99,7 +99,7 @@ class User extends Component
*/
public $identityCookie = ['name' => '_identity', 'httpOnly' => true];
/**
* @var int the number of seconds in which the user will be logged out automatically if he
* @var int the number of seconds in which the user will be logged out automatically if the user
* remains inactive. If this property is not set, the user will be logged out after
* the current session expires (c.f. [[Session::timeout]]).
* Note that this will not work if [[enableAutoLogin]] is `true`.