librenms/librenms

View on GitHub
LibreNMS/Exceptions/AlertTransportDeliveryException.php

Summary

Maintainability
A
35 mins
Test Coverage

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        array $data,
        int $code = 0,
        protected string $response = '',
        protected string $template = '',
        protected array $params = []
Severity: Minor
Found in LibreNMS/Exceptions/AlertTransportDeliveryException.php - About 35 mins to fix

    Line indented incorrectly; expected 4 spaces, found 8
    Open

            protected string $template = '',

    Line indented incorrectly; expected 4 spaces, found 8
    Open

            protected array $params = []

    Line indented incorrectly; expected 4 spaces, found 8
    Open

            protected string $response = '',

    There are no issues that match your filters.

    Category
    Status