AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method setValue from undeclared class \PHPWS_Form
Open

            $this->form->setValue('oied_certified_hidden', 'true');
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

Call to method setMatch from undeclared class \PHPWS_Form
Open

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

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

use \Intern\TermFactory;
Severity: Minor
Found in class/Email/BackgroundCheckEmail.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

        if(\PHPWS_Error::logIfError($result)){
Severity: Critical
Found in class/EmergencyContactFactory.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

        if (\PHPWS_Error::logIfError($row)) {
Severity: Critical
Found in class/FacultyFactory.php by phan

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

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

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

        $this->pdf->multiCell(60, 3, $d->getName());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

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

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

            $this->pdf->cell(77, 5, $f->getPhone());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

            $this->pdf->cell(77, 5, $f->getUsername() . '@appstate.edu');
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

        $this->pdf->cell(72, 5, $s->getSupervisorEmail());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

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

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

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

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

            $this->pdf->cell(52, 0, $firstContact->getRelation());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

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

Call to method output from undeclared class \Intern\FPDI
Open

                $pdf->output();
Severity: Critical
Found in class/InternshipInventory.php by phan

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 completion date.');
Severity: Critical
Found in class/InternshipView.php by phan

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

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

Call to method addWhere from undeclared class \PHPWS_DB
Open

        $db->addWhere('abbr', $this->abbr);
Severity: Critical
Found in class/State.php by phan
Severity
Category
Status
Source
Language