Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d0316a1

Browse files
committed
Provides CS fix for update_hostname_validator
- Whitespace following `function` keyword
1 parent 809093c commit d0316a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update_hostname_validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function getNewValidTlds($string)
177177
function getPunycodeDecoder()
178178
{
179179
if (function_exists('idn_to_utf8')) {
180-
return function($domain) {
180+
return function ($domain) {
181181
return idn_to_utf8($domain, 0, INTL_IDNA_VARIANT_UTS46);
182182
};
183183
}

0 commit comments

Comments
 (0)