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 6, 2023
1 parent 9d22c78 commit f0f7306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ function df_phone_format_clean($n, $throw = true) {return df_phone_format($n, $t
* 2017-04-22 «+7 962 919-73-00»
* @used-by df_phone_explode()
* @param string[]|OA|QA|CA $n
* @param bool $throw [optional]
* @param Closure|bool|mixed $onE [optional]
* @return string
*/
function df_phone_format_int($n, $throw = true) {return df_phone_format($n, $throw, lFormat::INTERNATIONAL);}
function df_phone_format_int($n, $onE = true) {return df_phone_format($n, $onE, lFormat::INTERNATIONAL);}

/**
* 2017-04-22
Expand Down

0 comments on commit f0f7306

Please sign in to comment.