e107_plugins/featurebox/includes/item.php
array to string
comparison Open
Open
$imageSrc = ($parm != 'placeholder') ? $this->get('fb_image') : "";
- Exclude checks
Call with 3 arg(s) to \e_parse::toAttribute()
which only takes 2 arg(s) defined at /code/e107_handlers/e_parse_class.php:1900
Open
Open
$alt = $tp->toAttribute($this->get('fb_title'), false, 'TITLE');
- Exclude checks
Default value for \optional
$parm
can't be int
Open
Open
public function sc_featurebox_counter($parm=1)
- Exclude checks
Parameter $parm
has undeclared type \optional
Open
Open
public function sc_featurebox_counter($parm=1)
- Exclude checks
Argument 2 (options)
is 'aw=100&ah=60'|string
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$src = e107::getParser()->thumbUrl($this->get('fb_image'),$att);
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param optional - to strat from 0 if needed. (bootstrap 3)':
after optional,
did not see an element name (will guess based on comment order) Open
Open
* @param optional - to strat from 0 if needed. (bootstrap 3)
- Exclude checks