Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/416
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 9, 2024
1 parent d0693c1 commit 592c85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/lib/text/transform.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function df_strtolower(...$a) {return df_call_a(function(string $s):string {retu
* 2022-11-26 We can not declare the argument as `string ...$a` because such a syntax will reject arrays: https://3v4l.org/jFdPm
* @see df_lcfirst
* @used-by \Dfe\Stripe\Block\Multishipping::cardholder()
* @param string|string[] $a
* @param string|string[] ...$a
* @return string|string[]
*/
function df_strtoupper(...$a) {return df_call_a(function(string $s):string {return mb_strtoupper($s);}, $a);}
Expand Down

0 comments on commit 592c85a

Please sign in to comment.