AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method getGetValues from undeclared class \PHPWS_Text
Open

        $extra = \PHPWS_Text::getGetValues();
Severity: Critical
Found in class/SubselectPager.php by phan

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

                } elseif ($this->orderby_dir == "asc") {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

    $values['faculty_id'] = $line[17]; //make sure fac in inventory
Severity: Minor
Found in contrib/importInternships.php by phan

Call to method log from undeclared class \PHPWS_Error
Open

            PHPWS_Error::log($template);
Severity: Critical
Found in class/SubselectPager.php by phan

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

    $values['course_subj'] = $line[20]; //change to num
Severity: Minor
Found in contrib/importInternships.php by phan

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

            if (in_array($this->report_row, $methods)) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

                $button_string .= $this->sort_headers[$varname]['title'];
Severity: Minor
Found in class/SubselectPager.php by phan

Variable $relation is undeclared
Open

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

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

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

Call to method allow from undeclared class \Current_User
Open

        if(!\Current_User::allow('intern', 'affiliation_agreement')){
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method close from undeclared class \NQ
Open

            \NQ::close();
Severity: Critical
Found in index.php by phan

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

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

Call to method add from undeclared class \Layout
Open

\Layout::add($notifications);
Severity: Critical
Found in index.php by phan

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

                foreach ($this->run_methods as $run_function) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

Call to method setContentDisposition from undeclared class \HTTP_Download
Open

        $dl->setContentDisposition(HTTP_DOWNLOAD_ATTACHMENT, $new_file);
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('name', 'Affiliate Name');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        $v = \PHPWS_Template::process($form->getTemplate(), 'intern', 'addAffiliate.tpl');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

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

            unset($_SESSION['DB_Cache'][$this->module][$this->template]);
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language