View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
18850Bug reports_ Unknownpublic2023-05-31 13:20
Reporterollehar Assigned To 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version6.1.0-dev 
Summary18850: Found issues during Psalm analysis
Description

Found some weird, old issues during my work on https://github.com/LimeSurvey/LimeSurvey/pull/3059

application/controllers/admin/ParticipantsAction.php
public function deleteSingleParticipantShare($participantId, $shareUid)
public function deleteSingleParticipantShare($participantId = null, $shareUid = null)

application/core/LS_Twig_Extension.php
/* @psalm-suppress UndefinedFunction /
if (($strict ? $item === $needle : $item == $needle) || (is_array($item) && in_array_r($needle, $item, $strict))) {

application/extensions/captchaExtended/CaptchaExtendedAction.php
/* @psalm-suppress UndefinedFunction TODO: realname does not exist /
$this->fontFile = realname(Yii::app()->basePath."/../assets/fonts/font-src/lato-v11-latin-700.ttf");

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)develop
I will donate to the project if issue is resolvedNo
Browser-
Database type & version-
Server OS (if known)-
Webserver software & version (if known)-
PHP Version-

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-05-31 11:50 ollehar New Issue
2023-05-31 11:50 ollehar Description Updated
2023-05-31 11:52 ollehar Description Updated
2023-05-31 11:53 ollehar Description Updated
2023-05-31 13:16 ollehar Description Updated
2023-05-31 13:20 ollehar Priority none => normal