AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

use \Current_User;
Severity: Minor
Found in class/Model.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

Call to method addWhere from undeclared class \PHPWS_DB
Open

        $db->addWhere('active', 1);
Severity: Critical
Found in class/State.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

        $db = new \PHPWS_DB('intern_state');
Severity: Critical
Found in class/State.php by phan

Call to method loadObject from undeclared class \PHPWS_DB
Open

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

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('secondary_part', 'This is a secondary part (enrollment complete through primary part).');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

        $db = new \PHPWS_DB('intern_state');
Severity: Critical
Found in class/State.php by phan

Call to method addColumn from undeclared class \PHPWS_DB
Open

        $db->addColumn('full_name');
Severity: Critical
Found in class/State.php by phan

Call to method newDB from undeclared class \phpws2\Database
Open

        $db = Database::newDB();
Severity: Critical
Found in class/ExpectedCourseFactory.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

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

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

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

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

Call to method setMatch from undeclared class \PHPWS_Form
Open

        $this->form->setMatch('payment', 'unpaid'); // Default to unpaid
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setXY from undeclared class \setasign\Fpdi\Fpdi
Open

        $this->pdf->setXY(127, 91);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method isDeity from undeclared class \Current_User
Open

        if (\Current_User::isDeity()) {
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setXY from undeclared class \setasign\Fpdi\Fpdi
Open

        $this->pdf->setXY(109, 103);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method setXY from undeclared class \setasign\Fpdi\Fpdi
Open

            $this->pdf->setXY(127, 128);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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