AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method get from undeclared class \PHPWS_Settings
Open

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

Call to method goBack from undeclared class \Intern\PHPWS_Core
Open

            PHPWS_Core::goBack();
Severity: Critical
Found in class/State.php by phan

Call to method fromDsn from undeclared class \Symfony\Component\Mailer\Transport
Open

        $transport = Transport::fromDsn('sendmail://default');
Severity: Critical
Found in class/Email/Email.php by phan

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

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

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

        $this->pdf = new \setasign\Fpdi\Fpdi('P', 'mm', 'Letter');
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Parameter $message has undeclared type \Symfony\Component\Mime\Email (Did you mean class \Intern\Email\Email)
Open

    public static function logEmail(\Symfony\Component\Mime\Email $message){
Severity: Minor
Found in class/Email/Email.php by phan

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

            $this->pdf->setXY(29, 141);
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->getFax());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Doc-block of $e in __construct contains phpdoc param type \Intern\Email\Exception which is incompatible with the param type \Exception declared in the signature
Open

     * @param Exception $e
Severity: Minor
Found in class/Email/ExceptionEmail.php by phan

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

            $this->pdf->cell(24, 5, 'X', 0, 0, 'C');
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method getObjects from undeclared class \PHPWS_DB
Open

        $result = $db->getObjects('Intern\EmergencyContactDB');
Severity: Critical
Found in class/EmergencyContactFactory.php by phan

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

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

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

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

Call to method addWhere from undeclared class \PHPWS_DB
Open

        $db->addWhere('id', $contactId);
Severity: Critical
Found in class/EmergencyContactFactory.php by phan

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

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

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

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

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

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

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

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

Call to method get from undeclared class \PHPWS_Settings
Open

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

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

            $this->pdf->setXY(113, 149);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan
Severity
Category
Status
Source
Language