contact.php
Argument 3 (default)
is ''
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$contact_filter = e107::pref('core', 'contact_filter', '');
- Exclude checks
Argument 4 (to_name)
is false|int
but \sendemail()
takes string
defined at /code/e107_handlers/mail.php:1498
Open
Open
sendemail($sender, "[" . SITENAME . "] " . $subject, $body, ADMIN, $sender, $sender_name);
- Exclude checks
Method \contact_front::processFormSubmit
is declared to return array
but has no return value Open
Open
private function processFormSubmit()
- Exclude checks
Returning type null
but renderContactInfo()
is declared to return string
Open
Open
return e107::getRender()->tablerender(LAN_CONTACT_01, $text, "contact-info", true);
- Exclude checks
Saw an @param annotation for sql,
but the param list of function processFormSubmit() : array
is empty Open
Open
* @param $sql
- Exclude checks