Showing 6,974 of 6,975 total issues
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_blocked', '', LAN_YES, LAN_NO)."</td>
- 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
Variable $poll_start_datestamp
is undeclared Open
Open
$tmp = getdate($poll_start_datestamp);
- Exclude checks
Argument 5 (day)
is string|string[]
but \mktime()
takes int
Open
Open
$active_end = (!$_POST['endmonth'] || !$_POST['endday'] || !$_POST['endyear'] ? 0 : mktime (0, 0, 0, $_POST['endmonth'], $_POST['endday'], $_POST['endyear']));
- Exclude checks
Variable $siteUnique
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$siteUnique += $row['log_data'];
- Exclude checks
Argument 1 (url)
is true
but \e_parse::createConstants()
takes string
defined at /code/e107_handlers/e_parse_class.php:3255
Open
Open
$path = e107::getParser()->createConstants($resized);
- Exclude checks
Invalid operator: left operand of <<
is bool
(expected int) Open
Open
!!$_POST['social_login_active'] << social_login_config::ENABLE_BIT_GLOBAL |
- Exclude checks
Saw an @param annotation for text,
but it was not found in the param list of function generateSocialLoginSection(array $provider_names, mixed $readonly = null) : string
Open
Open
* @param $text
- Exclude checks
Method \social_admin_tree_model::loadBatch
is declared to return \e_tree_model
but has no return value Open
Open
function loadBatch($force=false)
- Exclude checks
Argument 1 (name)
is 'og:title'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:title', SITENAME);
- Exclude checks
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:title', SITENAME);
- Exclude checks
Suspicious array access to nullable ?array|?mixed|?string
Open
Open
if($string === 'true' || $string === 'false' || $string[0] == '[')
- Exclude checks
Comment declares @param $data
multiple times Open
Open
public function getShareUrl($type, $urlScheme, $data=array(), $options=array())
- Exclude checks
Argument 1 (str)
is int
but \mb_strtolower()
takes string
Open
Open
if (mb_strtolower($providerName) == mb_strtolower($providerProperCaps))
- Exclude checks
Variable $parm
is undeclared Open
Open
$body = $sc->sc_xurl_icons($parm);
- Exclude checks
Assigning int
to property but \TagCloud->limit
is null
Open
Open
$this->limit = $limit;
- Exclude checks
Returning type null
but getLimit()
is declared to return int
Open
Open
return $this->limit;
- Exclude checks
Argument 2 (sizeRange)
is float|int
but \TagCloud::htmlizeTag()
takes string
defined at /code/e107_plugins/tagcloud/tagcloud_class.php:458
Open
Open
$return .= $this->htmlizeTag($arrayInfo, $sizeRange);
- Exclude checks
Invalid offset "item"
of array type array{}
Open
Open
return $tp->simpleParse($this->template['item'], $var);
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= '<span class="badge'.$classBadge.'">'.$type.'</span>';
- Exclude checks