AppStateESS/InternshipInventory

View on GitHub

Showing 379 of 6,675 total issues

Avoid too many return statements within this method.
Open

                return false;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return false;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return true;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $GLOBALS['PHPWS_DB']['connection']->queryRow($sql, null, $mode);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return sprintf('%s.%s = %s.%s', $table1, $join_on_1, $table2, $join_on_2);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                    return PHPWS_DB::_indexBy($result, $indexby);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $result;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return false;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return $this->_columnInfo;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return $this->query($sql);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return true;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return true;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $GLOBALS['PHPWS_DB']['connection']->queryOne($sql, null, $mode);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return $tables;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                    return $result;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return true;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return preg_replace('/\(+.*$/', '', str_replace('`', '', $format[1]));
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                    return count($result);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return true;
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return preg_replace('/\W/', '', $format[2]);
Severity: Major
Found in class/SubselectDatabase.php - About 30 mins to fix
Severity
Category
Status
Source
Language