Showing 6,974 of 6,975 total issues
Variable $ns
is undeclared Open
Open
$ns->tablerender(LAN_PM, $pm->breadcrumb(LAN_PLUGIN_PM_NEW) . $mes->render() . $pm->show_send($pm_proc_id));
- Exclude checks
Variable $ns
is undeclared Open
Open
$ns->tablerender(LAN_PM, $pm->breadcrumb(LAN_PM_55) . $mes->render() . $pm->show_send($pm_info));
- Exclude checks
Method \private_message::__construct
is declared to return \none
but has no return value Open
Open
public function __construct($prefs=null)
- Exclude checks
Reference to undeclared property \e_db->total_results
Open
Open
$total_messages = $sql->total_results; // Total number of messages
- Exclude checks
When fetching an array index from a value of type array<int>,</int>
found an array index of type string,
but expected the index to be of type int
Open
Open
$fname = $attachments[$filenum];
- Exclude checks
Argument 1 (user)
is string
but \e_file::getUserDir()
takes int
defined at /code/e107_handlers/file_class.php:1261
Open
Open
$pathList[] = e107::getFile()->getUserDir($fromid, false, 'attachments'); // new media path.
- Exclude checks
Returning type false
but send_file()
is declared to return \none
Open
Open
return false;
- Exclude checks
Returning type false
but send_file()
is declared to return \none
Open
Open
return false;
- Exclude checks
Invalid offset "total"
of array type array{limit:mixed}|array{new:0}|array{new:int}
Open
Open
$pm_info['inbox']['limit_val'] = ($this->pmPrefs['pm_limits'] == 1 ? varset($pm_info['inbox']['total'],'') : varset($pm_info['inbox']['size'],''));
- Exclude checks
Invalid offset "start"
of array type array{}
Open
Open
return e107::getParser()->parseTemplate("{NEXTPREV={$this->pmNextPrev['total']},{$this->pmPrefs['perpage']},{$this->pmNextPrev['start']},".e_SELF."?{$parm}.[FROM]}");
- Exclude checks
Variable $poll_allow_multiple
is undeclared Open
Open
$_POST['multipleChoice'] = $poll_allow_multiple;
- Exclude checks
Reference to undeclared constant \ADMIN_EDIT_ICON
Open
Open
<button class='btn btn-default btn-secondary btn-large' type='submit' name='edit[{$poll_id}]' value='edit' alt='".LAN_EDIT."' title='".LAN_EDIT."' >".ADMIN_EDIT_ICON."</button>
- Exclude checks
Static call to non-static method \poll::clean_poll_array
defined at /code/e107_plugins/poll/poll_class.php:104
Open
Open
$pollOption = array_filter($pollOption, 'poll::clean_poll_array');
- Exclude checks
Variable $POLL_NOTVOTED_END
is undeclared Open
Open
$template['form']['end'] = $POLL_NOTVOTED_END;
- Exclude checks
Variable $POLL_VOTED_START
is undeclared (Did you mean $POLL_NOTVOTED_START) Open
Open
$template['results']['start'] = $POLL_VOTED_START;
- Exclude checks
Argument 4 (options)
is array{label:array{}}
but \e_form::radio()
takes null
defined at /code/e107_handlers/form_handler.php:2942
Open
Open
return $frm->radio('votea', $this->answerCount,false, $opt);
- Exclude checks
Variable $res
was undeclared, but array fields are being added to it. Open
Open
$res['link'] = e_PLUGIN."poll/oldpolls.php?".$row['poll_id'];
- Exclude checks
Saw an @param annotation for closing,
but it was not found in the param list of function buildTag(string $name = '', array $attributes = null) : string
Open
Open
* @param bool $closing
- Exclude checks
Argument 2 (content)
is 'website'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:type', 'website');
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if (!getperms("P") || !e107::isInstalled('poll'))
- Exclude checks