@@ -12,7 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | $results = explode(',', $sanString); |
14 | 14 | |
15 | - array_walk($results, function (&$item) { |
|
15 | + array_walk($results, function(&$item) { |
|
16 | 16 | $item = trim($item); |
17 | 17 | $item = str_replace("DNS:", "", $item); |
18 | 18 | }); |