tabuna/VestaAPI

View on GitHub
src/Services/DNS.php

Summary

Maintainability
A
1 hr
Test Coverage

Method addDNSDomain has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function addDNSDomain($domain, $ip, $ns1, $ns2, $ns3 = null, $ns4 = null)
Severity: Minor
Found in src/Services/DNS.php - About 45 mins to fix

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

        public function addDNSRecord($domain, $rec, $type, $val, $priority)
    Severity: Minor
    Found in src/Services/DNS.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status