From 2a12b62d406df9b4ffa109a65ca0bcd4f05d81c5 Mon Sep 17 00:00:00 2001 From: Marko Jovanovic Date: Wed, 29 Oct 2025 11:26:19 +0100 Subject: [PATCH] Updated-simplified calling codes for German mobile carriers --- src/Command/CleanMobileCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Command/CleanMobileCommand.php b/src/Command/CleanMobileCommand.php index e70ed8c..0b14179 100644 --- a/src/Command/CleanMobileCommand.php +++ b/src/Command/CleanMobileCommand.php @@ -87,9 +87,9 @@ final class CleanMobileCommand extends Command // 3️⃣ German mobile prefixes (the part *after* the leading 0) // ------------------------------------------------------------- $germanMobilePrefixes = [ - '151','152','155','157','159', - '160','162','163','164','165','166','167','168','169', - '170','171','172','173','174','175','176','177','178','179', + '15', + '16', + '17', ]; // -------------------------------------------------------------