mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Remove redundant jump/return
This commit is contained in:
@@ -48,7 +48,6 @@ function removeDirectory($path) {
|
||||
is_dir($file) ? removeDirectory($file) : unlink($file);
|
||||
}
|
||||
rmdir($path);
|
||||
return;
|
||||
}
|
||||
|
||||
function get_user_agent() {
|
||||
|
||||
Reference in New Issue
Block a user