Remove redundant jump/return

This commit is contained in:
wrongecho 2022-04-16 12:13:18 +01:00 committed by GitHub
parent ce6b200168
commit 6091d373bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ function removeDirectory($path) {
is_dir($file) ? removeDirectory($file) : unlink($file);
}
rmdir($path);
return;
}
function get_user_agent() {