Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/205
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 7, 2023
1 parent 6868f79 commit e0f2b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ function df_phone_country_code($n, $throw = true) {return df_phone($n, $throw)->
* @used-by df_phone_area()
* @used-by dfe_moip_phone()
* @param string[]|OA|QA|CA $n
* @param bool $throw [optional]
* @param Closure|bool|mixed $onE [optional]
* @return string[]
*/
function df_phone_explode($n, $throw = true) {return df_explode_space(df_string_clean(df_phone_format_int(
$n, $throw
function df_phone_explode($n, $onE = true) {return df_explode_space(df_string_clean(df_phone_format_int(
$n, $onE
), '+', '-'));}

/**
Expand Down

0 comments on commit e0f2b62

Please sign in to comment.