AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $form->addCssClass('faculty', 'form-control');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Reference to undeclared property \Intern\SubselectPager->module (Did you mean $module)
Open

        $this->module = $module;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('start_date', 'Starting After');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        return \PHPWS_Template::process($tpl, 'intern', 'edit_terms.tpl');
Severity: Critical
Found in class/UI/TermUI.php by phan

Argument 1 (termCode) is int but \Intern\TermFactory::getTermByTermCode() takes string defined at /code/class/TermFactory.php:32
Open

        $term = TermFactory::getTermByTermCode($i->getTerm());

Reference to undeclared property \Intern\SubselectPager->report_row (Did you mean $report_row)
Open

        $this->report_row = $report_row;
Severity: Minor
Found in class/SubselectPager.php by phan

Variable $middle_name is undeclared
Open

    $lmiddle = strtolower($middle_name);
Severity: Minor
Found in contrib/createFakeStudents.php by phan

Reference to undeclared property \Intern\SubselectPager->toggle_function
Open

                $this->toggle_function = $function;
Severity: Minor
Found in class/SubselectPager.php by phan

Variable $pageList was undeclared, but array fields are being added to it.
Open

            $pageList[] = '[1]';
Severity: Info
Found in class/SubselectPager.php by phan

Variable $last_name is undeclared
Open

    '$last_name',
Severity: Minor
Found in contrib/createFakeStudents.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $result = $this->db->select('count');
Severity: Minor
Found in class/SubselectPager.php by phan

Argument 2 (newvalue) is 1 but \ini_set() takes string
Open

ini_set('display_errors', 1);
Severity: Minor
Found in contrib/importAutosuggest.php by phan

Reference to undeclared property \Intern\SubselectPager->sort_headers
Open

            if (isset($this->sort_headers[$varname])) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $this->db->order = $order;
Severity: Minor
Found in class/SubselectPager.php by phan

Argument 2 (newvalue) is 2 but \ini_set() takes string
Open

ini_set('ERROR_REPORTING', E_WARNING);
Severity: Minor
Found in contrib/importHost.php by phan

Reference to undeclared property \Intern\SubselectPager->sort_headers
Open

                if (!empty($this->sort_headers[$varname]['hover'])) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->sort_headers
Open

                    $alt = strip_tags($this->sort_headers[$varname]['hover']) . ' - ';
Severity: Minor
Found in class/SubselectPager.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['gpa'] = $line[5];
Severity: Minor
Found in contrib/importInternships.php by phan

Reference to undeclared property \Intern\SubselectPager->orderby_dir
Open

                $values['orderby_dir'] = $this->orderby_dir;
Severity: Minor
Found in class/SubselectPager.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['loc_phone'] = $line[16];
Severity: Minor
Found in contrib/importInternships.php by phan
Severity
Category
Status
Source
Language