Method \App\Traits\RememberDeviceTrait::getRememberDeviceToken() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "string|null".
Loading history...
22
{
23
if (!empty($this->getRememberDeviceTokenName())) {
Method \App\Traits\RememberDeviceTrait::setRememberDeviceToken() does not have native type hint for its parameter $value but it should be possible to add it based on @param annotation "string".
Method \App\Traits\RememberDeviceTrait::setRememberDeviceToken() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "void".
Loading history...
35
{
36
if (!empty($this->getRememberDeviceTokenName())) {
Method \App\Traits\RememberDeviceTrait::getRememberDeviceTokenName() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "string".
Loading history...
47
{
48
return $this->rememberDeviceTokenName;
49
}
50
51
/**
52
* Refresh the "remember device" token for the User.
Method \App\Traits\RememberDeviceTrait::cycleRememberDeviceToken() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "void".