e107_plugins/import/import_links_class.php
Call to deprecated function \db::db_Insert()
defined at /code/e107_handlers/mysql_class.php:905
Open
Open
if(!$result = $this->pageDB->db_Insert('links',$row))
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param row - array of table data':
after row,
did not see an element name (will guess based on comment order) Open
Open
* @param row - array of table data
- Exclude checks
Saw a token Phan may have failed to parse after '* @return integer, boolean - error code on failure, TRUE on success':
after integer,
saw ','
Open
Open
* @return integer, boolean - error code on failure, TRUE on success
- Exclude checks
Returning type true
but saveData()
is declared to return int
Open
Open
return TRUE;
- Exclude checks
Parameter $row
has undeclared type \row
Open
Open
function saveData($row)
- Exclude checks