pgb_liv\php_ms\Statistic\FalseDiscoveryRate::__construct

    Signature

    public function __construct(array $identifications, string $scoreKey, [int $sort = SORT_DESC] )

    Parameters

    $identifications — array



    $scoreKey — string
    $sort — int

    Test Coverage

    Information

    • Coverage: 0/25 Lines (0%)
    • Tests: 0
    • Passed: 0 (0%)

    Violations

    PHPMessDetector

    Line Rule Message
    48 - 56 ElseExpression The method __construct uses an else expression. Else is never necessary and you can simplify the code to work without else.
    63 - 65 ElseExpression The method __construct uses an else expression. Else is never necessary and you can simplify the code to work without else.