AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method addSelect from undeclared class \PHPWS_Form
Open

        $this->form->addSelect('course_subj', array('-1' => 'Select Subject...') + Subject::getSubjects($this->intern->course_subj));
Severity: Critical
Found in class/EditInternshipFormView.php by phan

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

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

Call to method get from undeclared class \PHPWS_Settings
Open

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

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

        $this->pdf->cell(54, 5, $this->internship->getPhoneNumber());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

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

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

        $this->pdf->cell(77, 0, $h->getSubName());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

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

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

        $this->pdf->cell(40, 5, $s->getSupervisorFaxNumber());
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->getPhone());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

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

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

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

Call to method addHidden from undeclared class \PHPWS_Form
Open

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

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

Call to method allow from undeclared class \Current_User
Open

                if (!\Current_User::allow('intern', 'edit_level')) {
Severity: Critical
Found in class/InternshipInventory.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Parameter $description has undeclared type \Intern\varchar
Open

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

Call to method addSelect from undeclared class \PHPWS_Form
Open

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

Call to method addColumn from undeclared class \PHPWS_DB
Open

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

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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