AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

        if ($this->search_button) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

use Intern\Internship;

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

        $this->cache_queries = (bool) $cache;
Severity: Minor
Found in class/SubselectPager.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 Affiliate Agreements.');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Parameter $form has undeclared type \PHPWS_Form
Open

    public function __construct(Internship $i, \PHPWS_Form &$form){
Severity: Minor
Found in class/WorkflowTransitionView.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', NotifyUI::ERROR, "You do not have permission to edit departments.");
Severity: Critical
Found in class/UI/DepartmentUI.php by phan

Variable $columns was undeclared, but array fields are being added to it.
Open

        $columns[] = $key;
Severity: Info
Found in contrib/createFakeStudents.php by phan

Call to method __construct from undeclared class \PHPWS_Form
Open

        $form = new \PHPWS_Form('edit_affil');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

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

    $values = $line[0];
Severity: Minor
Found in contrib/importHost.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $form->addCssClass('begin_date', 'form-control');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

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

    $emergency['name'] = $line[8];
Severity: Minor
Found in contrib/importInternships.php by phan

Call to method allow from undeclared class \Current_User
Open

        if (!\Current_User::isDeity() && !\Current_User::allow('intern',
Severity: Critical
Found in class/UI/ResultsUI.php by phan

Argument 2 (newvalue) is 2 but \ini_set() takes string
Open

ini_set('ERROR_REPORTING', E_WARNING);
Severity: Minor
Found in contrib/importSubHost.php by phan

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

    $values['country'] = $line[7];
Severity: Minor
Found in contrib/importSubHost.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

Call to method linkAddress from undeclared class \PHPWS_Text
Open

        $pageTags['BACK_LINK_URI'] = \PHPWS_Text::linkAddress('intern',
Severity: Critical
Found in class/UI/ResultsUI.php by phan

Call to method addSelect from undeclared class \PHPWS_Form
Open

        $form->addSelect('course_subj', $subjects);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('course_subj', 'Subject');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('faculty', 'Faculty Supervisor / Instructor of Record');
Severity: Critical
Found in class/UI/SearchUI.php by phan
Severity
Category
Status
Source
Language