stable

Clone or download

Read-only

Fix PHP 7.4 crosstracker plugin notices visible during the execution of the REST tests

Traces: ``` PHP Notice: Trying to access array offset on value of type null in /usr/share/tuleap/plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php on line 638 PHP Notice: Trying to access array offset on value of type null in /usr/share/tuleap/plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php on line 642 ``` Those notices can be seen in the nginx error log. Part of request #20946: Fix notices/warnings/errors encountered when using PHP 7.4 FPM pools Change-Id: I0f6d986be111bbef7671702822c3d02d29929b14

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/CrossTrackerReportDao.php +4 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVExportController.php +4 −3 Go to diff View file