AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method registerPermissions from undeclared class \Users_Permission
Open

            Users_Permission::registerPermissions('intern', $content);
Severity: Critical
Found in boost/update.php by phan

Doc-block of $major in addIfNotDuplicate contains phpdoc param type array which is incompatible with the param type \Intern\AcademicMajor declared in the signature
Open

     * @param Array $major The array holding a single major
Severity: Minor
Found in class/AcademicMajorList.php by phan

Call to method getUsername from undeclared class \PHPWS_User
Open

                $this->username = $phpwsUser->getUsername();
Severity: Critical
Found in class/ChangeHistory.php by phan

Call to method reroute from undeclared class \PHPWS_Core
Open

        return \PHPWS_Core::reroute('index.php?module=intern&action=ShowInternship&internship_id=' . $intern->getId());
Severity: Critical
Found in class/Command/AddInternship.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::WARNING, 'You do not have permission to add Affiliation Agreements.');
Severity: Critical
Found in class/Command/AffiliateDeptRest.php by phan

Call to method allow from undeclared class \Current_User
Open

        if(!\Current_User::allow('intern', 'affiliation_agreement')){
Severity: Critical
Found in class/Command/AffiliateRest.php by phan

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

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::ERROR, "Could not delete the internship.");
Severity: Critical
Found in class/Command/DeleteInternship.php by phan

Call to method select from undeclared class \Intern\PHPWS_DB
Open

        $count = $db->select();
Severity: Critical
Found in class/Admin.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

      $db = new \PHPWS_DB('intern_affiliation_location');
Severity: Critical
Found in class/AffiliationAgreement.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

        $db = new \PHPWS_DB('intern_change_history');
Severity: Critical
Found in class/ChangeHistoryFactory.php by phan

Call to method getObjects from undeclared class \PHPWS_DB
Open

        $results = $db->getObjects('\Intern\ChangeHistory');
Severity: Critical
Found in class/ChangeHistoryFactory.php by phan

Call to method getLevel from undeclared class \Intern\DataProvider\Student\Intern\Student (Did you mean class \Intern\Student)
Open

        if($student->getLevel() == null){
Severity: Critical
Found in class/Command/AddInternship.php by phan

Call to method close from undeclared class \NQ
Open

        \NQ::close();
Severity: Critical
Found in class/Command/AddInternship.php by phan

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

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

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

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

Call with 1 arg(s) to \Intern\EmergencyContact::getRelation() which only takes 0 arg(s) defined at /code/class/EmergencyContact.php:101
Open

            $relation = $contact->getRelation($copyId);

Call to method reroute from undeclared class \PHPWS_Core
Open

            return \PHPWS_Core::reroute('index.php?module=intern&action=search');
Severity: Critical
Found in class/Command/DeleteInternship.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

    $db = new PHPWS_DB();
Severity: Critical
Found in boost/update.php by phan

Call to method isError from undeclared class \PEAR
Open

    if (PEAR::isError($result)) {
Severity: Critical
Found in boost/update.php by phan
Severity
Category
Status
Source
Language