autowp/external-login-service

View on GitHub
src/Result.php

Summary

Maintainability
A
2 hrs
Test Coverage

Result has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class Result
{
    /** @var string */
    private string $externalId;

Severity: Minor
Found in src/Result.php - About 2 hrs to fix

    syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
    Open

        private string $externalId;
    Severity: Critical
    Found in src/Result.php by phan

    There are no issues that match your filters.

    Category
    Status