apply StyleCI recommendation

This commit is contained in:
El RIDO
2025-10-12 18:40:48 +02:00
parent d76796adf3
commit 0bfa300c59
+1 -1
View File
@@ -280,7 +280,7 @@ class Filesystem extends AbstractData
break;
case 'traffic_limiter':
$this->_last_cache[$key] = $value;
$content = '<?php' . PHP_EOL . '$GLOBALS[\'traffic_limiter\'] = ' . var_export($this->_last_cache, true) . ';';
$content = '<?php' . PHP_EOL . '$GLOBALS[\'traffic_limiter\'] = ' . var_export($this->_last_cache, true) . ';';
break;
default:
return false;