AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Returning type null but getWorkflowState() is declared to return \Intern\WorkflowState
Open

            return null;
Severity: Minor
Found in class/Internship.php by phan

Reference to undeclared constant \PHPWS_SOURCE_DIR
Open

require_once PHPWS_SOURCE_DIR . 'mod/intern/vendor/autoload.php';
Severity: Minor
Found in class/InternshipContractPdfView.php by phan

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

            $this->pdf->setXY(85, 69);
Severity: Critical
Found in class/InternshipContractPdfView.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 setXY from undeclared class \setasign\Fpdi\Fpdi
Open

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

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

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

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

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

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

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

Call to method allow from undeclared class \Current_User
Open

                if (!\Current_User::allow('intern', 'edit_state')) {
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 level of {$code->getCode()} did not exist. It was created and set to Unknown. Please ask an administrator for help.");
Severity: Critical
Found in class/InternshipView.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_allColumns
Open

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

Reference to undeclared property \Intern\SubselectDatabase->_columnInfo
Open

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

Reference to undeclared property \Intern\SubselectDatabase->mode
Open

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

Call to method select from undeclared class \PHPWS_DB
Open

            $this->table_as[$table2->subselect_as] = sprintf('(%s)', $table2->select());
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method allowed from undeclared class \PHPWS_DB
Open

        if (PHPWS_DB::allowed($group_by)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_distinct
Open

        return (bool) $this->_distinct;
Severity: Minor
Found in class/SubselectDatabase.php by phan

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

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

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

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

Reference to undeclared property \Intern\SubselectDatabase->_allColumns
Open

                $this->_allColumns[$col_name] = $col_name;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to instance property subselect_as from undeclared class \PHPWS_DB
Open

            $table1 = $table1->subselect_as;
Severity: Minor
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language