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 02a3766 commit 15d1817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/lib/text/csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ function df_csv_pretty(...$a):string {return implode(', ', dfa_flatten($a));}
/**
* 2022-10-29 @deprecated It is unused.
* 2022-11-26 We can not declare the argument as `string ...$a` because such a syntax will reject arrays: https://3v4l.org/jFdPm
* @param string|string[] ...$a
*/
function df_csv_pretty_quote(...$a):string {return df_csv_pretty(df_quote_russian(df_args($a)));}

0 comments on commit 15d1817

Please sign in to comment.