e107inc/e107

View on GitHub
e107_plugins/import/import_links_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Call to deprecated function \db::db_Insert() defined at /code/e107_handlers/mysql_class.php:905
Open

        if(!$result = $this->pageDB->db_Insert('links',$row))

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

     * @param row - array of table data

Saw a token Phan may have failed to parse after '* @return integer, boolean - error code on failure, TRUE on success': after integer, saw ','
Open

     * @return integer, boolean - error code on failure, TRUE on success

Returning type true but saveData() is declared to return int
Open

        return TRUE;

Parameter $row has undeclared type \row
Open

    function saveData($row)

There are no issues that match your filters.

Category
Status