phplib/Target/PagerDuty.php

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function process(Alert $alert, $date) {
        $site = SiteFinder::getCurrent();

        $alert_url = $site->urlFor('/');
        if(!$alert->isNew()) {
Severity: Minor
Found in phplib/Target/PagerDuty.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status