e107_plugins/import/providers/phpbb3_import_class.php
Avoid too many return
statements within this method. Open
Open
return FALSE;
Avoid too many return
statements within this method. Open
Open
return FALSE;
Avoid too many return
statements within this method. Open
Open
if ($result === FALSE) return FALSE;
Avoid too many return
statements within this method. Open
Open
return TRUE;
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "Path to phpBB3 Attachments folder (optional)";
- Exclude checks
Cannot assign void return value Open
Open
$target['user_ban'] = $this->convertUserBan($source['user_type']);
- Exclude checks
Assigning array|string
to property but \phpbb3_import->forum_moderator_class
is false
Open
Open
$this->forum_moderator_class = $data;
- Exclude checks