AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method simple from undeclared class \NQ
Open

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

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

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

Call to method close from undeclared class \NQ
Open

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

Call to method close from undeclared class \NQ
Open

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

Call to method rollback from undeclared class \PHPWS_DB
Open

            \PHPWS_DB::rollback();
Severity: Critical
Found in class/Command/SaveAffiliate.php by phan

Call to method simple from undeclared class \NQ
Open

        \NQ::simple('intern', \Intern\UI\NotifyUI::ERROR, $errorMessage);
Severity: Critical
Found in class/Command/SaveInternship.php by phan

Call to method isDeity from undeclared class \Current_User
Open

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

Suspicious array access to nullable ?array
Open

        $supervisor->supervisor_title = self::trimField($_REQUEST['supervisor_title']);
Severity: Minor
Found in class/Command/SaveInternship.php by phan

Suspicious array access to nullable ?array
Open

        $supervisor->supervisor_phone = self::trimField($_REQUEST['supervisor_phone']);
Severity: Minor
Found in class/Command/SaveInternship.php by phan

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

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

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

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

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

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

Call to method commit from undeclared class \PHPWS_DB
Open

        \PHPWS_DB::commit();
Severity: Critical
Found in class/Command/SaveAffiliate.php by phan

Suspicious array access to nullable ?array
Open

            $i = \Intern\InternshipFactory::getInternshipById($_REQUEST['internship_id']);
Severity: Minor
Found in class/Command/SaveInternship.php by phan

Suspicious array access to nullable ?array
Open

        $i->department_id = $_REQUEST['department'];
Severity: Minor
Found in class/Command/SaveInternship.php by phan

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

            $majors = $student->getMajors();
Severity: Critical
Found in class/Command/SaveInternship.php by phan

Call to method rollback from undeclared class \PHPWS_DB
Open

            \PHPWS_DB::rollback();
Severity: Critical
Found in class/Command/SaveInternship.php by phan

Suspicious array access to nullable ?array
Open

        $supervisor->supervisor_city = self::trimField($_REQUEST['supervisor_city']);
Severity: Minor
Found in class/Command/SaveInternship.php by phan

Call to method close from undeclared class \NQ
Open

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

Call to method get from undeclared class \PHPWS_Settings
Open

        $contractDir = \PHPWS_Settings::get('filecabinet', 'base_doc_directory') . "contract/";
Severity: Critical
Found in class/Command/DocumentRest.php by phan
Severity
Category
Status
Source
Language