Showing 3 of 3 total issues
Avoid using static access to class 'Soliant\SimpleFM\Authentication\Result' in method 'authenticate'. Open
return Result::fromInvalidCredentials();
- Read upRead up
- Exclude checks
Avoid using static access to class '\Soliant\SimpleFM\Authentication\Exception\InvalidResultException' in method 'authenticate'. Open
throw InvalidResultException::fromEmptyResultSet();
- Read upRead up
- Exclude checks
Avoid using static access to class 'Soliant\SimpleFM\Authentication\Result' in method 'authenticate'. Open
return Result::fromIdentity($identity);
- Read upRead up
- Exclude checks