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 c675831 commit 0de7af5
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 @@ -22,10 +22,10 @@ function df_phone($n, $onE = true) {return df_try(function() use($n) {return $n
/**
* 2017-04-22 «+79629197300» => «962»
* @param string[]|OA|QA|CA $n
* @param bool $throw [optional]
* @param Closure|bool|mixed $onE [optional]
* @return string|null
*/
function df_phone_area($n, $throw = true) {return dfa(df_phone_explode($n, $throw), 1);}
function df_phone_area($n, $onE = true) {return dfa(df_phone_explode($n, $onE), 1);}

/**
* 2017-04-22 «+79629197300» => 7
Expand Down

0 comments on commit 0de7af5

Please sign in to comment.