AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method linkAddress from undeclared class \PHPWS_Text
Open

        $pageTags['BACK_LINK_URI'] = \PHPWS_Text::linkAddress('intern',
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/AffiliateAgreementUI.php by phan

Call to undeclared function \javascript()
Open

        \javascript('jquery');
Severity: Critical
Found in class/UI/SearchUI.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

Variable $relation is undeclared
Open

    $newContact = new EmergencyContact($internship, $name, $relation, $phone, $email);
Severity: Minor
Found in contrib/importInternships.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

Call to method setAction from undeclared class \PHPWS_Form
Open

        $form->setAction('index.php?module=intern&action=saveAffiliate&affiliation_agreement_id='.$aaId);
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method allow from undeclared class \Current_User
Open

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

Possibly zero references to use statement for classlike/namespace Internship (\Intern\Internship)
Open

use Intern\Internship;

Call to method process from undeclared class \PHPWS_Template
Open

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

Call to method allow from undeclared class \Current_User
Open

            if(\Current_User::allow('intern', 'distance_ed_register')){

Call to method allow from undeclared class \Current_User
Open

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

Call to method process from undeclared class \PHPWS_Template
Open

        \Layout::plug(\PHPWS_Template::process($tpl, 'intern', 'top.tpl'), 'NAV_LINKS');
Severity: Critical
Found in class/UI/TopUI.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/WorkflowStateFactory.php by phan

Variable $first_name is undeclared
Open

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

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

    $values = $line[0];
Severity: Minor
Found in contrib/importHost.php by phan

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

    $emergency['name'] = $line[8];
Severity: Minor
Found in contrib/importInternships.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/WorkflowTransitionFactory.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

            $this->form->setMatch('workflow_action', 'Intern\WorkflowTransition\LeaveTransition');
Severity: Critical
Found in class/WorkflowTransitionView.php by phan

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

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