apply StyleCI recommendation

This commit is contained in:
El RIDO 2025-10-12 18:40:48 +02:00
parent d76796adf3
commit 0bfa300c59
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

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;