aperta-principium/Interclip

View on GitHub
includes/verify-domain.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method getRegisterable from undeclared class \Utopia\Domains\Domain
Open

        return $ping ? $ping : whois($domain->getRegisterable());
Severity: Critical
Found in includes/verify-domain.php by phan

Call to method get from undeclared class \Iodev\Whois\Factory
Open

    $whois = Factory::get()->createWhois();
Severity: Critical
Found in includes/verify-domain.php by phan

Call to method getTLD from undeclared class \Utopia\Domains\Domain
Open

    if (in_array($domain->getTLD(), $excludedTLDs)) {
Severity: Critical
Found in includes/verify-domain.php by phan

Call to method __construct from undeclared class \Utopia\Domains\Domain
Open

    $domain = new Domain($pingable);
Severity: Critical
Found in includes/verify-domain.php by phan

There are no issues that match your filters.

Category
Status