Skip to content

Commit 98b599a

Browse files
splitbraingithub-actions[bot]
authored andcommitted
🤖 Rector and PHPCS fixes
1 parent 26e58b9 commit 98b599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎inc/common.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ function checkwordblock($text = '')
804804
function clientIP($single = false)
805805
{
806806
// Return the first IP in single mode, or all the IPs.
807-
return $single ? Ip::clientIp() : join(',', Ip::clientIps());
807+
return $single ? Ip::clientIp() : implode(',', Ip::clientIps());
808808
}
809809

810810
/**

0 commit comments

Comments
 (0)