AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method getUsername from undeclared class \Current_User
Open

            return new TestMajorsProvider(\Current_User::getUsername());

Saw possibly unextractable annotation for a fragment of comment '* @param string facultyId': after string, did not see an element name (will guess based on comment order)
Open

     * @param string facultyId

Call to method isLogged from undeclared class \Current_User
Open

        if(!\Current_User::isLogged()){

Doc-block of $data in plugFacultyValues contains phpdoc param type \Intern\DataProvider\Student\stdClass which is incompatible with the param type \stdClass declared in the signature
Open

    * @param stdClass $data

Call to method isError from undeclared class \PHPWS_Error
Open

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

Call to method addWhere from undeclared class \PHPWS_DB
Open

        $db->addWhere('hidden', 0, '=', 'OR', 'grp');
Severity: Critical
Found in class/DepartmentFactory.php by phan

Required argument follows optional
Open

    public function __construct(Internship $i, Student $student = null, SubHost $host, Supervisor $supervisor, Term $term, $studentExistingCreditHours)
Severity: Info
Found in class/EditInternshipFormView.php by phan

Call to method isDeity from undeclared class \Current_User
Open

        $this->tpl['DEITY_STAT'] = \Current_User::isDeity();
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Reference to instance property auth_script from undeclared class \PHPWS_User
Open

        $user->auth_script = 'shibbolethnocreate.php';

Call to method set from undeclared class \PHPWS_Settings
Open

        \PHPWS_Settings::set('intern','internationalRegEmail',$_REQUEST['internationalRegEmail']);
Severity: Critical
Found in class/Command/SettingsRest.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::ERROR, 'No internship ID was given.');
Severity: Critical
Found in class/Command/ShowInternship.php by phan

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

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

Saw possibly unextractable annotation for a fragment of comment '* @param string studentId': after string, did not see an element name (will guess based on comment order)
Open

     * @param string studentId

Call to method getUsername from undeclared class \Current_User
Open

                return new TestWebServiceDataProvider(\Current_User::getUsername());

Call to method insert from undeclared class \PHPWS_DB
Open

            $result = $db->insert(false);
Severity: Critical
Found in class/DatabaseStorage.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

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

Call to method select from undeclared class \PHPWS_DB
Open

        return $db->select('col');
Severity: Critical
Found in class/DepartmentFactory.php by phan

Call to method addWhere from undeclared class \PHPWS_DB
Open

            $db->addWhere('id', $includeHiddenDept, '=', 'OR', 'grp');
Severity: Critical
Found in class/DepartmentFactory.php by phan

Call to method set from undeclared class \PHPWS_Settings
Open

        \PHPWS_Settings::set('intern','gradSchoolEmail',$_REQUEST['gradSchoolEmail']);
Severity: Critical
Found in class/Command/SettingsRest.php by phan

Call to method set from undeclared class \PHPWS_Settings
Open

        \PHPWS_Settings::set('intern','fromEmail',$_REQUEST['fromEmail']);
Severity: Critical
Found in class/Command/SettingsRest.php by phan
Severity
Category
Status
Source
Language