AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

    $values['email'] = $line[6]; //$email = explode('@',$line[5]);
Severity: Minor
Found in contrib/importInternships.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/importUpdateIntern.php by phan

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

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

Call to method grab from undeclared class \PHPWS_Form
Open

        $radio = $this->form->grab('workflow_action');
Severity: Critical
Found in class/WorkflowTransitionView.php by phan

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

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

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

    $bannerId = $line[2];
Severity: Minor
Found in contrib/importInternships.php by phan

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

    $values['address'] = $line[2];
Severity: Minor
Found in contrib/importSubHost.php by phan

Variable $phone is undeclared
Open

    $newContact = new EmergencyContact($internship, $name, $relation, $phone, $email);
Severity: Minor
Found in contrib/importInternships.php by phan

Call to method initModClass from undeclared class \PHPWS_Core
Open

\PHPWS_Core::initModClass('intern', 'UI/TopUI.php');
Severity: Critical
Found in index.php by phan

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

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::ERROR, 'The Intern Inventory has experienced an error. The software engineers have been notified about this problem. We apologize for the inconvenience.');
Severity: Critical
Found in index.php by phan

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

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

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

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

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

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

Reference to undeclared constant \DBPAGER_PAGE_LIMIT
Open

            $divider = floor(DBPAGER_PAGE_LIMIT / 2);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

Argument 1 (function) is array{0:array|string[],1:mixed} but \call_user_func() takes callable
Open

                        $row_result = call_user_func(array($disp_row, $this->row_tags['method']));
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

        if (isset($this->page_tags)) {
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language