Skip to content

Commit 3207939

Browse files
authored
Merge pull request #19 from sdhawade/patch-1
Update cloudflare.php
2 parents cf7f199 + 0cd5a0d commit 3207939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudflare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function isZonesContainFullname($arZones, $fullname)
223223
/**
224224
* Set A Records for each host
225225
*/
226-
function setRecord($arHostData, string $ip, $type)
226+
function setRecord($arHostData, $ip, $type)
227227
{
228228
if (empty($arHostData['fullname'])) {
229229
return false;

0 commit comments

Comments
 (0)