From 89e291c488865f94fa30b406bf2edd8078db8ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 2 May 2025 15:29:45 +0200 Subject: [PATCH] no message --- Verbraucher_extern/module.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Verbraucher_extern/module.php b/Verbraucher_extern/module.php index 603ee63..e45c17c 100644 --- a/Verbraucher_extern/module.php +++ b/Verbraucher_extern/module.php @@ -87,8 +87,7 @@ class Verbraucher_extern extends IPSModule return array_values(array_unique($kombinationen)); } - private - function findCombinationRecursive($power, $values, $currentCombination, $startIndex, &$result) { + private function findCombinationRecursive($power, $values, $currentCombination, $startIndex, &$result) { if ($power == 0) { $result = $currentCombination; return true;