eustasy/phoenix

View on GitHub

Showing 1 of 68 total issues

Consider simplifying this complex logical expression.
Open

if (
    // No Existing Peer
    !$peer['old'] ||
    // IP has changed.
    $peer['ipv4'] != $peer['old']['ipv4'] ||
Severity: Major
Found in _onces/phoenix/once.announce.peer.event.php - About 40 mins to fix
    Severity
    Category
    Status
    Source
    Language