apply StyleCI recommendation

This commit is contained in:
El RIDO
2021-06-09 19:16:22 +02:00
parent a203e6322b
commit 7b2f0ff302
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ class TrafficLimiterTest extends PHPUnit_Framework_TestCase
{
/* Setup Routine */
$this->_path = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'trafficlimit';
$store = Filesystem::getInstance(array('dir' => $this->_path));
$store = Filesystem::getInstance(array('dir' => $this->_path));
ServerSalt::setStore($store);
TrafficLimiter::setStore($store);
}