Problem
Running the code in PHP 8.4 triggers a deprecation error:
Deprecated: fputcsv(): the $escape parameter must be provided as its default value will change in consolidation/annotated-command/src/Parser/Internal/CsvUtils.php on line 29
Solution
Add the current default values tot the methode call.