Remove unnecessary double quotes

This commit is contained in:
Kleis Auke Wolthuizen
2017-11-21 17:25:41 +01:00
parent 65e4f29bc0
commit 0920fc48b2
21 changed files with 166 additions and 166 deletions

View File

@@ -62,14 +62,14 @@ class DNS implements API
public function listRecords(
string $zoneID,
string $type = "",
string $name = "",
string $content = "",
string $type = '',
string $name = '',
string $content = '',
int $page = 1,
int $perPage = 20,
string $order = "",
string $direction = "",
string $match = "all"
string $order = '',
string $direction = '',
string $match = 'all'
): \stdClass {
$query = [
'page' => $page,