apply StyleCI fixes

This commit is contained in:
El RIDO 2024-10-25 07:12:30 +02:00
parent 0268e01ab5
commit 8752354d63
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ class FilesystemTest extends TestCase
$commentid = Helper::getCommentId();
$ids = array();
for ($i = 0, $max = 10; $i < $max; ++$i) {
$dataid = Helper::getRandomId();
$dataid = Helper::getRandomId();
$storagedir = $this->_path . DIRECTORY_SEPARATOR . substr($dataid, 0, 2) .
DIRECTORY_SEPARATOR . substr($dataid, 2, 2) . DIRECTORY_SEPARATOR;
$ids[$dataid] = $storagedir;