From 6091d373bc73e2d26ed0011dcf32fa567c410230 Mon Sep 17 00:00:00 2001 From: wrongecho <32306651+wrongecho@users.noreply.github.com> Date: Sat, 16 Apr 2022 12:13:18 +0100 Subject: [PATCH] Remove redundant jump/return --- functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.php b/functions.php index 94f8a7b5..8f131d54 100644 --- a/functions.php +++ b/functions.php @@ -48,7 +48,6 @@ function removeDirectory($path) { is_dir($file) ? removeDirectory($file) : unlink($file); } rmdir($path); - return; } function get_user_agent() {