e107_plugins/tagcloud/tagcloud_class.php
Assigning int
to property but \TagCloud->minLength
is null
Open
Open
$this->minLength = $minLength;
- 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
Reference to undeclared property \TagCloud->orderBy
Open
Open
if (empty($this->orderBy)) {
- Exclude checks
Returning type null
but getMinLength()
is declared to return int
Open
Open
return $this->minLength;
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
$this->orderBy['field'],
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
$this->orderBy = array(
- Exclude checks
Assigning callable
to property but \TagCloud->htmlizeTagFunction
is null
Open
Open
$this->htmlizeTagFunction = $htmlizeTagFunction;
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
$orderDirection = strtolower($this->orderBy['direction']) == 'desc' ? 'SORT_DESC' : 'SORT_ASC';
- Exclude checks