apply StyleCI patch

pull/1014/head
El RIDO 2022-11-06 09:12:42 +01:00
parent a799351db3
commit 94aab6d64b
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ class Filesystem extends AbstractData
*/
public function getAllPastes()
{
$pastes = array();
$pastes = array();
$firstLevel = array_filter(
scandir($this->_path),
'PrivateBin\Data\Filesystem::_isFirstLevelDir'