stable

Clone or download

Read-only

Fix PHP 7.4 notices spoted in cypress e2e suite

I had to re-implement a part of DAO stuff for wiki page because psalm complained on this method. Part of request #20946 Fix notices/warnings/errors encountered when using PHP 7.4 FPM pools Change-Id: I841352d2f05675d2ec5ada9afc076858723f093c

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php +3 −4 Go to diff View file
M src/common/Widget/Widget_ProjectLatestFileReleases.class.php +4 −7 Go to diff View file
M src/common/admin/Homepage/Dao.php +5 −2 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +7 −16 Go to diff View file
A src/common/wiki/lib/WikiPageDao.php +48 −0 Go to diff View file