Skip to content

Commit 0cd5a0d

Browse files
authored
Update cloudflare.php
Fix for Issue #18 Remove string hinting from setrecord method
1 parent cf7f199 commit 0cd5a0d

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)