apply StyleCI patch
This commit is contained in:
parent
a799351db3
commit
94aab6d64b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue