src/User/Config/User.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to public method \Mvc5\User\Config\User::authenticated()
Open

    function authenticated() : bool
Severity: Minor
Found in src/User/Config/User.php by phan

Possibly zero references to public method \Mvc5\User\Config\User::username()
Open

    function username() : ?string
Severity: Minor
Found in src/User/Config/User.php by phan

Suspicious array access to \Mvc5\User\Config\User
Open

        return (bool) $this[AUTHENTICATED];
Severity: Minor
Found in src/User/Config/User.php by phan

Suspicious array access to \Mvc5\User\Config\User
Open

        return $this[USERNAME] ?? null;
Severity: Minor
Found in src/User/Config/User.php by phan

There are no issues that match your filters.

Category
Status