AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Suspicious array access to nullable ?array|?string[]
Open

    $username = $line[6]; //TODO
Severity: Minor
Found in contrib/importAutosuggest.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['first_name'] = $line[1];
Severity: Minor
Found in contrib/importInternships.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['credits'] = $line[22];
Severity: Minor
Found in contrib/importInternships.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['secondary_part'] = $line[24];
Severity: Minor
Found in contrib/importInternships.php by phan

Call to method isLogged from undeclared class \Current_User
Open

if (PHPWS_Core::atHome() && Current_User::isLogged()) {
Severity: Critical
Found in inc/runtime.php by phan

Variable $name is undeclared
Open

    $newContact = new EmergencyContact($internship, $name, $relation, $phone, $email);
Severity: Minor
Found in contrib/importInternships.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['state'] = $line[4];
Severity: Minor
Found in contrib/importSubHost.php by phan

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

        if ($this->search_label) {
Severity: Minor
Found in class/SubselectPager.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/UI/AddAgreementUI.php by phan

Call to undeclared function \javascript()
Open

        javascript('jquery');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method allow from undeclared class \Current_User
Open

        if(!\Current_User::allow('intern', 'edit_dept')){
Severity: Critical
Found in class/UI/DepartmentUI.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

        return \PHPWS_Template::process($tags, 'intern', 'menu.tpl');
Severity: Critical
Found in class/UI/InternMenu.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 close from undeclared class \NQ
Open

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

Call to method getUsername from undeclared class \Current_User
Open

                    \Current_User::getUsername());
Severity: Critical
Found in class/UI/ResultsUI.php by phan

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

            $pager->db->addOrder($orderByList);
Severity: Minor
Found in class/UI/ResultsUI.php by phan

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

            $pager->db->addWhere('oied_certified', $oied, '=');
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Possibly zero references to use statement for classlike/namespace Internship (\Intern\Internship)
Open

use Intern\Internship;
Severity: Minor
Found in class/UI/SearchUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

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