Showing 6,974 of 6,975 total issues
Suspicious array access to nullable ?array|?array{showarchive:0}
Open
Open
$date = $parms['year'];
- Exclude checks
Call to method __construct
from undeclared class \MagpieRSS
Open
Open
$rss = new MagpieRSS( $rawData );
- Exclude checks
Variable $temp
was undeclared, but array fields are being added to it. Open
Open
$temp['channel'] = $rss->channel;
- Exclude checks
Method \newsletter::createNewsletter
is declared to return \none
but has no return value Open
Open
function createNewsletter()
- Exclude checks
Variable $letter
was undeclared, but array fields are being added to it. Open
Open
$letter['newsletter_title'] = $tp->toDB($_POST['newsletter_title']);
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param int id of issue':
after int,
did not see an element name (will guess based on comment order) Open
Open
* @param int id of issue
- Exclude checks
Return type of select_close()
is undeclared type \none
Open
Open
public function select_close()
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
$text = $tp->parseTemplate($LASTSEEN_TEMPLATE['start'], true);
- Exclude checks
Call to undeclared method \e_shortcode::setChapter
Open
Open
$sc->setChapter($row['chapter_id']);
- Exclude checks
Argument 2 (checked_enabled)
is ''
but \e_form::radio_switch()
takes bool|false
defined at /code/e107_handlers/form_handler.php:3024
Open
Open
<td>".$frm->radio_switch('pm_maint_expired', '', LAN_YES, LAN_NO)."</td>
- Exclude checks
Argument 1 (uid)
is null
but \private_message::pm_send_notify()
takes int
defined at /code/e107_plugins/pm/pm_class.php:379
Open
Open
if($pm->pm_send_notify(null,$pmInfo, 1) === true)
- Exclude checks
Argument 6 (year)
is string
but \mktime()
takes int
Open
Open
$this->startTime = mktime(0, 0, 0, date('n'), date('d'), date('Y')); // Date for start processing
- Exclude checks
Method \pm_extended::__construct
is declared to return \none
but has no return value Open
Open
public function __construct($prefs, $manager)
- Exclude checks
Variable $PM_OUTBOX_EMPTY
is undeclared Open
Open
$PM_OUTBOX['empty'] = $this->updateTemplate($PM_OUTBOX_EMPTY);
- Exclude checks
Argument 2 (pluginName)
is true
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('pm', true, 'pm');
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$ret['messages'] = $sql->db_getList();
- Exclude checks
Argument 2 (replace)
is 0
but \str_replace()
takes array|string
Open
Open
$results[E_MESSAGE_SUCCESS][$start] = str_replace('[x]', $cnt, ADLAN_PM_75);
- Exclude checks
Invalid offset "size"
of array type array{limit:mixed}
Open
Open
$pm_info['outbox']['limit_val'] = ($this->pmPrefs['pm_limits'] == 1 ? varset($pm_info['outbox']['total'],'') : varset($pm_info['outbox']['size'],''));
- Exclude checks
Variable $poll_options
is undeclared Open
Open
$tmpArray = explode(chr(1), $poll_options);
- Exclude checks
Variable $poll_title
is undeclared Open
Open
$_POST['poll_title'] = $poll_title;
- Exclude checks