Fix tipo di ritorno

This commit is contained in:
ArmandoCaprio
2019-10-23 12:31:12 +02:00
committed by GitHub
parent c0198f352a
commit 9b9984d5fd

View File

@@ -44,7 +44,7 @@ class DNS implements API
bool $proxied = true,
string $priority = '',
array $data = []
): bool {
): \stdClass {
$options = [
'type' => $type,
'name' => $name,