From c3d47dee4aded4c62981a2ea4719bf57925ad776 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Wed, 30 Dec 2020 15:37:08 +0100 Subject: [PATCH] Apply fixes from StyleCI (#12412) --- includes/services.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/services.inc.php b/includes/services.inc.php index 41d9511bad..b2e90a91a2 100644 --- a/includes/services.inc.php +++ b/includes/services.inc.php @@ -285,7 +285,7 @@ function check_service($command) d_echo($normalized_ds . " collides with an existing index\n"); $normalized_ds = $tmp_ds_name; $perf_unique = 1; - break 1; + break; } } if ($perf_unique == 0) {