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:
@@ -45,7 +45,6 @@ class ProcessAdditional
|
||||
*/
|
||||
public const maxCompressedFilesToCheck = 10;
|
||||
|
||||
|
||||
protected $_releases;
|
||||
|
||||
/**
|
||||
@@ -584,11 +583,6 @@ class ProcessAdditional
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $path
|
||||
* @param array $ignoredFolders
|
||||
* @return void
|
||||
*/
|
||||
protected function _recursivePathDelete(string $path, array $ignoredFolders = []): void
|
||||
{
|
||||
if (File::isDirectory($path)) {
|
||||
|
||||
Reference in New Issue
Block a user