e107inc/e107

View on GitHub
e107_plugins/import/import_forum_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

Parameter $row has undeclared type \row
Open

    function saveData($row)

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

        return TRUE;

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;

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

        return TRUE;

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 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

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

        return TRUE;

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

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

Parameter $row has undeclared type \row
Open

    function saveData($row)

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

Parameter $row has undeclared type \row
Open

    function saveData($row)

Parameter $row has undeclared type \row
Open

    function saveData($row)

There are no issues that match your filters.

Category
Status