Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 16, 2024
1 parent 45af290 commit 1b0b04a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Customer/lib/group.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ function df_customer_group($v):G {return $v instanceof G ? $v : df_customer_grou
* 2020-02-06
* @used-by \Dfe\Sift\Payload\LoginOrRegister::p()
* @param C|G|int $v
* @param F|bool|mixed $onE [optional]
* @param F|bool|string $onE [optional]
* @throws NSE
*/
function df_customer_group_name($v, $onE = null):G {return df_try(function() use($v) {return
function df_customer_group_name($v, $onE = ''):string {return df_try(function() use($v):string {return
df_customer_group($v)->getCode()
;}, $onE);}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/core"
,"version": "10.9.4"
,"version": "10.9.5"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand Down

0 comments on commit 1b0b04a

Please sign in to comment.