mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -1449,11 +1449,6 @@ class ProcessAdditional
|
||||
|
||||
/**
|
||||
* Get the contents of a directory.
|
||||
*
|
||||
* @param string $pattern
|
||||
* @param string $path
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function _getTempDirectoryContents(string $pattern = '', string $path = ''): array
|
||||
{
|
||||
@@ -1475,6 +1470,7 @@ class ProcessAdditional
|
||||
$filteredFiles[] = $file->getRelativePathname();
|
||||
}
|
||||
}
|
||||
|
||||
return $filteredFiles;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user