mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
apply StyleCI fixes
This commit is contained in:
parent
0268e01ab5
commit
8752354d63
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue