Merge branch 'master' into php8

This commit is contained in:
El RIDO
2022-11-17 06:04:12 +01:00
44 changed files with 1062 additions and 642 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class TrafficLimiterTest extends TestCase
{
/* Setup Routine */
$this->_path = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'trafficlimit';
$store = Filesystem::getInstance(array('dir' => $this->_path));
$store = new Filesystem(array('dir' => $this->_path));
ServerSalt::setStore($store);
TrafficLimiter::setStore($store);
}