AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method getUsername from undeclared class \Current_User
Open

                    \Current_User::getUsername());
Severity: Critical
Found in class/UI/ResultsUI.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/TopUI.php by phan

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

        $pager->db->addJoin('LEFT OUTER', 'fuzzy', 'intern_faculty',
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method secureLink from undeclared class \PHPWS_Text
Open

            $adminOptions['CONTROL_PANEL']         = \PHPWS_Text::secureLink('Control Panel','controlpanel');
Severity: Critical
Found in class/UI/TopUI.php by phan

Call to method addCheck from undeclared class \PHPWS_Form
Open

        $form->addCheck('auto_renew');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

Reference to undeclared constant \PHPWS_SOURCE_DIR
Open

        $dir = PHPWS_SOURCE_DIR . 'mod/intern/class/' . self::$dir;
Severity: Minor
Found in class/WorkflowStateFactory.php by phan

Call to method addTplTag from undeclared class \PHPWS_Form
Open

        $this->form->addTplTag('WORKFLOW_STATE', $this->state->getFriendlyName());
Severity: Critical
Found in class/WorkflowTransitionView.php by phan

Call to method setExtra from undeclared class \PHPWS_Form
Open

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::WARNING, 'You do not have permission to edit graduate programs.');
Severity: Critical
Found in class/UI/AffiliateAgreementUI.php by phan

Variable $middle_name is undeclared
Open

    METAPHONE('$middle_name', 4),
Severity: Minor
Found in contrib/createFakeStudents.php by phan

Call to method setClass from undeclared class \PHPWS_Form
Open

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

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

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

Call to method __construct from undeclared class \PHPWS_Form
Open

        $form = new \PHPWS_Form('edit_affil');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method secureLink from undeclared class \PHPWS_Text
Open

            $adminOptions['EDIT_TERMS_LINK'] = \PHPWS_Text::secureLink('Edit Terms','intern',array('action' => 'edit_terms'));
Severity: Critical
Found in class/UI/TopUI.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method initModClass from undeclared class \PHPWS_Core
Open

                PHPWS_Core::initModClass('intern', self::$dir . '/' . $f);
Severity: Critical
Found in class/WorkflowTransitionFactory.php by phan

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

    $emergency['relation'] = $line[9];
Severity: Minor
Found in contrib/importInternships.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('end_date', 'Ending Date');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

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

        $values[] = $db->quote($value);
Severity: Info
Found in contrib/createFakeStudents.php by phan
Severity
Category
Status
Source
Language