The $escape parameter must be passed

Created on 15 July 2025, 19 days ago

Problem/Motivation

phpcs detects

FILE: /var/www/html/web/modules/contrib/migrate_tools/src/MigrateTools.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------
 64 | WARNING | The $escape parameter must be passed when calling str_getcsv() as its default value will change in a future PHP version.
-----------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/web/modules/contrib/migrate_tools/src/Drush/Commands/MigrateToolsCommands.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------------------------------
 881 | WARNING | The $escape parameter must be passed when calling fputcsv() as its default value will change in a future PHP version.
 883 | WARNING | The $escape parameter must be passed when calling fputcsv() as its default value will change in a future PHP version.
---------------------------------------------------------------------------------------------------------------------------------------
🐛 Bug report
Status

Active

Version

6.1

Component

Code

Created by

🇪🇸Spain abelass

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024