AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Cannot assign void return value
Open

                $this->content = $ctrl->execute();
Severity: Info
Found in class/InternshipInventory.php by phan

Call to undeclared function \disallow()
Open

                    disallow();
Severity: Critical
Found in class/InternshipInventory.php by phan

Call to method isDeity from undeclared class \Current_User
Open

        if (\Current_User::isDeity()) {
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        return \PHPWS_Template::process($form->getTemplate(), 'intern', 'internshipView.tpl');
Severity: Critical
Found in class/InternshipView.php by phan

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

    public static function getContactsForInternship(Internship $i)
Severity: Minor
Found in class/EmergencyContactFactory.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::WARNING, "No contract has been uploaded or affiliation agreement selected. Usually a copy of the signed contract should be uploaded or an affiliation agreement selected.");
Severity: Critical
Found in class/InternshipView.php by phan

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

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

Call to method simple from undeclared class \NQ
Open

          \NQ::simple('intern', UI\NotifyUI::WARNING, "The end date you selected is outside the dates of the term. If correct, fill out the <a target='_blank' href=\"https:\/\/registrar.appstate.edu/resources/forms\">Meeting Dates Exception Form</a>.");
Severity: Critical
Found in class/InternshipView.php by phan

Call to undeclared method \Intern\Model::getDb
Open

        $db = $this->getDb();
Severity: Critical
Found in class/Model.php by phan

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

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::ERROR, 'The list of allowed US states for internship locations has not been configured. Please use the administrative options to <a href="index.php?module=intern&action=edit_states">add allowed states.</a>');
Severity: Critical
Found in class/State.php by phan

Call to method delete from undeclared class \PHPWS_DB
Open

        $result = $db->delete();
Severity: Critical
Found in class/EmergencyContactFactory.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 __construct from undeclared class \Intern\PHPWS_DB
Open

        return new PHPWS_DB('intern_faculty_supervisor');
Severity: Critical
Found in class/FacultySupervisor.php by phan

Call to method get from undeclared class \PHPWS_Settings
Open

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

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

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

Call to method get from undeclared class \PHPWS_Settings
Open

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

Call to method __construct from undeclared class \PHPWS_DB
Open

        return new \PHPWS_DB('intern_internship');
Severity: Critical
Found in class/Internship.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

        if (\PHPWS_Error::logIfError($result)) {
Severity: Critical
Found in class/Internship.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

        $tags['DEPT_NAME'] = PHPWS_Text::moduleLink($d->name, 'intern', array('action' => 'ShowInternship', 'internship_id' => $this->id));
Severity: Critical
Found in class/Internship.php by phan
Severity
Category
Status
Source
Language