AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method plugIn from undeclared class \PHPWS_Form
Open

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

Call to method subject from undeclared class \Symfony\Component\Mime\Email (Did you mean class \Intern\Email\Email)
Open

        $message = (new \Symfony\Component\Mime\Email())
Severity: Critical
Found in class/Email/Email.php by phan

@throws type of delete has undeclared type \Intern\Exception (Did you mean class \Exception)
Open

    public static function delete(EmergencyContact $contact)
Severity: Minor
Found in class/EmergencyContactFactory.php by phan

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

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

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

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

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

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

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

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

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

    public static function getInternshipById($id)
Severity: Minor
Found in class/InternshipFactory.php by phan

Call to undeclared function \disallow()
Open

                    disallow();
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 internship can not be approved by the Signature Authority bearer until the internship host has been approved.');
Severity: Critical
Found in class/InternshipView.php by phan

Call to method simple from undeclared class \NQ
Open

                \NQ::simple('intern', UI\NotifyUI::WARNING, "The students current level is {$currentC->getDesc()} and is different from the internships level listed.");
Severity: Critical
Found in class/InternshipView.php by phan

Parameter $code has undeclared type \Intern\varchar
Open

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

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

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

Call to method __construct from undeclared class \Intern\Exception (Did you mean class \Exception)
Open

            throw new Exception('Database connection DSN is not set.');
Severity: Critical
Found in class/PdoFactory.php by phan

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

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

Call to method addOrder from undeclared class \PHPWS_DB
Open

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

Variable $other_names is undeclared (Did you mean $this->other_names)
Open

        return $this->$other_names;
Severity: Minor
Found in class/SubHost.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

Call to method addSelect from undeclared class \PHPWS_Form
Open

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

Call to method addText from undeclared class \PHPWS_Form
Open

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