AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method addText from undeclared class \PHPWS_Form
Open

        $form->addText('end_date', date('m/d/Y',$affiliate_agreement->getEndDate()));
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

            $add[] = $this->supervisor_state . ' ';
Severity: Minor
Found in class/Supervisor.php by phan

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

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

Variable $targetTerm is undeclared
Open

        return in_array($targetTerm, array_keys($terms));
Severity: Minor
Found in class/TermFactory.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('end_date', 'Ending Date');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

          $form->setMatch('auto_renew', 'yes');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method __construct from undeclared class \PHPWS_Form
Open

        $form = new \PHPWS_Form('add_affil');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $form->addCssClass('end_date', 'form-control');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        $v = \PHPWS_Template::process($form->getTemplate(), 'intern', 'editAffiliate.tpl');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method addTextArea from undeclared class \PHPWS_Form
Open

        $form->addTextArea('notes', $affiliate_agreement->getNotes());
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('name', "Name or Banner ID");
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        return \PHPWS_Template::process($tpl, 'intern', 'editFaculty.tpl');
Severity: Critical
Found in class/UI/FacultyUI.php by phan

Reference to undeclared property \Intern\SubselectPager->limit
Open

        if (empty($this->limit) || !in_array($this->limit, $this->limitList)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $form->addCssClass('start_date', 'form-control');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method initModClass from undeclared class \PHPWS_Core
Open

\PHPWS_Core::initModClass('notification', 'NQ.php');
Severity: Critical
Found in class/UI/NotifyUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                            $pageList[] = \PHPWS_Text::moduleLink($i, $module, $values, null, sprintf(_('Go to page %s'), $i));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        return \PHPWS_Template::process($tpl, 'intern', 'edit_level.tpl');
Severity: Critical
Found in class/UI/StudentLevelUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('course_no', 'Course Number');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                    $pageList[] = \PHPWS_Text::moduleLink($j, $module, $values, null, sprintf(_('Go to page %s'), $j));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('course_sect', 'Section');
Severity: Critical
Found in class/UI/SearchUI.php by phan
Severity
Category
Status
Source
Language