e107_plugins/import/import_user_class.php
Avoid too many return
statements within this method. Open
Open
return TRUE;
Avoid too many return
statements within this method. Open
Open
return 6;
Parameter $row
has undeclared type \row
Open
Open
function saveData($row)
- Exclude checks
Returning type true
but saveData()
is declared to return int
Open
Open
return true;
- 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
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