e107_plugins/forum/shortcodes/batch/view_shortcodes.php
Avoid too many return
statements within this method. Open
Open
return '';
Avoid too many return
statements within this method. Open
Open
return varset($rankInfo[$parm], '');
Avoid too many return
statements within this method. Open
Open
return "<div class='spacer'>" . IMAGE_rank_moderator_image . '</div>';
Avoid too many return
statements within this method. Open
Open
return $text;
Call to deprecated function \plugin_forum_view_shortcodes::sc_post()
defined at /code/e107_plugins/forum/shortcodes/batch/view_shortcodes.php:374
Open
Open
return $this->sc_post($parm = null);
- Exclude checks
Argument 3 (row)
is null
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$reportURL = e107::url('forum', 'post', null, array('query' => $qry));
- Exclude checks
Argument 3 (row)
is null
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$url = e107::url('forum', 'post', null, array('query' => $urlParms));; // ."?f=rp&id=".$thread->threadInfo['thread_id']."&post=".$thread->threadInfo['thread_id'];
- Exclude checks
Argument 3 (row)
is null
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$editURL = e107::url('forum', 'post', null, array('query' => $qry));
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$this->defaultImgAttachSize = e107::pref('forum', 'maxwidth', false); // don't resize here if set to 0.
- Exclude checks
Saw an @param annotation for this,
but it was not found in the param list of function sc_post_url(mixed $parm = null)
Open
Open
* @param $this- >param - dynamic control of shortcode via menu configuration.
- Exclude checks
Argument 2 (options)
is 'w=0&x=1'
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$full = $tp->thumbUrl($baseDir . $file, 'w=0&x=1', true);
- Exclude checks
Variable $options
was undeclared, but array fields are being added to it. Open
Open
$options[] = " <a class='dropdown-item' href='" . $ntUrl . "'>" . LAN_FORUM_2005 . "</a>";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'format',
but expected the index to be of type int
Open
Open
$mode = empty($parm['format']) ? 'forum' : $parm['format'];
- Exclude checks
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$saveicon = e107::getParser()->toGlyph($saveicon, false);
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'format',
but expected the index to be of type int
Open
Open
$mode = empty($parm['format']) ? 'forum' : $parm['format'];
- Exclude checks
Argument 3 (row)
is null
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$quoteURL = e107::url('forum', 'post', null, array('query' => $qry));
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$post = $tp->text_truncate($post, varset($this->param['nfp_characters'], 120), varset($this->param['nfp_postfix'], '...'));
- Exclude checks
Comment declares @param $this
multiple times Open
Open
function sc_post_url($parm = null)
- Exclude checks