no message

This commit is contained in:
hellcat 2025-07-10 18:51:21 +08:00
parent 7bf8e81584
commit 211c03fd0a

View File

@ -25,7 +25,7 @@ class Helper {
$sValue = (int) $sValue; $sValue = (int) $sValue;
break; break;
default: default:
break: break;
} }
return $sValue; return $sValue;