AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

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

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

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

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::WARNING, 'This internship must be registered by Distance Education.');
Severity: Critical
Found in class/InternshipView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('multipart', 'This internship is part of a multi-part experience.');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

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

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

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::WARNING, "This student's current GPA of {$this->student->getGpa()} is less than the required minimum of {$minGpa}.");
Severity: Critical
Found in class/InternshipView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('copy_address', "Supervisor's information is same as host's");
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('course_sect', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.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('level', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Return type of save() is undeclared type \Intern\new
Open

    public function save()
Severity: Minor
Found in class/Model.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to undeclared function \disallow()
Open

                    disallow();
Severity: Critical
Found in class/InternshipInventory.php by phan

Call to undeclared method \Intern\Model::getDb
Open

        $db = $this->getDb();
Severity: Critical
Found in class/Model.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::WARNING, "{$message['user_message']} {$message['email']}");
Severity: Critical
Found in class/InternshipView.php by phan

Expected @param annotation for internship to be before the @param annotation for term
Open

    * @param Term $term
Severity
Category
Status
Source
Language