AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::WARNING, 'This student\'s graduation date is prior to the internship\'s start date.');
Severity: Critical
Found in class/InternshipView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('oied_certified', 'Certified by Office of International Education and Development');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Return type of getCode() is undeclared type \Intern\varchar
Open

    public function getCode()
Severity: Minor
Found in class/Level.php by phan

Call to method get from undeclared class \PHPWS_Settings
Open

        $result = \PHPWS_Settings::get('intern', 'emailDomain');
Severity: Critical
Found in class/InternSettings.php by phan

Call to method addCheck from undeclared class \PHPWS_Form
Open

        $this->form->addCheck('dcheck');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

@throws type of getRegistrarEmail has undeclared type \Intern\InvalidArgumentException (Did you mean class \InvalidArgumentException)
Open

    public function getRegistrarEmail()
Severity: Minor
Found in class/InternSettings.php by phan

Reference to undeclared constant \PHPWS_DSN
Open

        $dsnArray = \phpws2\Database::parseDSN(PHPWS_DSN);
Severity: Minor
Found in class/PdoFactory.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('supervisor_title', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

            $this->form->setMatch('department', $keys[1]);
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method loadObject from undeclared class \PHPWS_DB
Open

        $db->loadObject($this);
Severity: Critical
Found in class/State.php by phan

@throws type of getUnusualCourseEmail has undeclared type \Intern\InvalidArgumentException (Did you mean class \InvalidArgumentException)
Open

    public function getUnusualCourseEmail()
Severity: Minor
Found in class/InternSettings.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('supervisor_email', 'Email');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method get from undeclared class \PHPWS_Settings
Open

        $result = \PHPWS_Settings::get('intern', 'unusualCourseEmail');
Severity: Critical
Found in class/InternSettings.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('supervisor_email', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method close from undeclared class \NQ
Open

            \NQ::close();
Severity: Critical
Found in class/State.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('avg_hours_week', 'Average Hours per Week');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addSelect from undeclared class \PHPWS_Form
Open

        $this->form->addSelect('remote_state', State::$UNITED_STATES);
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method delete from undeclared class \PHPWS_DB
Open

        $result = $db->delete();
Severity: Critical
Found in class/Internship.php by phan

Reference to undeclared constant \Intern\Student::UNDERGRAD
Open

        if ($level == self::UNDERGRAD) {
Severity: Minor
Found in class/Student.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

            $this->form->setLabel('supervisor_province', 'Province');
Severity: Critical
Found in class/EditInternshipFormView.php by phan
Severity
Category
Status
Source
Language