We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4c677 commit 1501de3Copy full SHA for 1501de3
src/PHPFUI/ORM/Record.php
@@ -714,9 +714,9 @@ protected function cleanNumber(string $field) : static
714
}
715
716
/**
717
- * removes all non-digits (0-9) and regex separators
+ * removes all invalid characters. (0-9) and regex separators are valid.
718
*/
719
- protected function cleanPhone(string $field, string $regExSeparators = '\\-\\.') : static
+ protected function cleanPhone(string $field, string $regExSeparators = '\\-\\. ') : static
720
{
721
if (isset($this->current[$field]))
722
0 commit comments