e107_handlers/e_render_class.php
Invalid offset 0
of array type array{}
Open
Open
return $this->mainRenders[0]['caption'];
- Exclude checks
Invalid offset 0
of array type array{}
Open
Open
return $this->mainRenders[0];
- Exclude checks
When appending to a value of type array<string>>|array<string>|array<string>|array{},</string></string></string>
found an array access index of type ?'_generic_'|?array|?string|?string[],
but expected the index to be of type int|string
Open
Open
$this->content[$key][$type] = (string) $val;
- Exclude checks
Returning type null
but getMainRender()
is declared to return array
Open
Open
return $this->mainRenders[0];
- Exclude checks
Returning type false|string
but tablerender()
is declared to return null
Open
Open
return ob_get_clean();
- Exclude checks
Returning type string
but getContent()
is declared to return array
Open
Open
return $this->content[$key][$type];
- Exclude checks
When appending to a value of type array<string>>|array<string>|array{},</string></string>
found an array access index of type ?'_generic_'|?array|?string|?string[],
but expected the index to be of type int|string
Open
Open
$this->content[$key][$type] = (string) $val;
- Exclude checks
Returning type ''
but tablerender()
is declared to return null
Open
Open
return '';
- Exclude checks
Returning type ''
but tablerender()
is declared to return null
Open
Open
return '';
- Exclude checks
Argument 2 (val)
is bool
but \e_render::setContent()
takes string
defined at /code/e107_handlers/e_render_class.php:228
Open
Open
$this->setContent('list', $isList);
- Exclude checks
When appending to a value of type array<string>|array{},</string>
found an array access index of type ?'_generic_'|?array|?string|?string[],
but expected the index to be of type int|string
Open
Open
$this->content[$key][$type] = (string) $val;
- Exclude checks