more checkstyle fixes
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -122,7 +122,7 @@ class PowerDNS extends DnsBase
|
||||
return $lastid;
|
||||
}
|
||||
|
||||
private function insertRecords($domainid = 0, $records, $origin)
|
||||
private function insertRecords($domainid = 0, $records = array(), $origin = "")
|
||||
{
|
||||
$changedate = date('Ymds', time());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user