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, bool $proxied = true,
string $priority = '', string $priority = '',
array $data = [] array $data = []
): bool { ): \stdClass {
$options = [ $options = [
'type' => $type, 'type' => $type,
'name' => $name, 'name' => $name,