Skip to content

Commit 9125b5f

Browse files
authored
Update Config.php
1 parent a3d86cd commit 9125b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ protected function _getAccessList()
207207
foreach ($ips as $ip) {
208208
$ipsList[] = sprintf($tpl, trim($ip));
209209
}
210-
return implode('\n', $ipsList);
210+
return implode("\n", $ipsList);
211211
}
212212

213213
return '';

0 commit comments

Comments
 (0)