AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method __construct from undeclared class \PHPWS_DB
Open

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

Call to method setExtra from undeclared class \PHPWS_Form
Open

            $this->form->setExtra('oied_certified', 'disabled="disabled" disabled');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('student_phone', 'Phone');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('supervisor_city', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

            $this->form->setLabel('supervisor_country', 'Country');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('supervisor_phone', 'Phone');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('notes', 'Notes');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('start_date', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addHidden from undeclared class \PHPWS_Form
Open

        $this->form->addHidden('host_id', $this->host->id);
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $this->form->addText('end_date');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

            $this->form->setMatch('stipend', $this->intern->stipend);
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method __construct from undeclared class \Symfony\Component\Mime\Email (Did you mean class \Intern\Email\Email)
Open

        $message = (new \Symfony\Component\Mime\Email())
Severity: Critical
Found in class/Email/Email.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('credits', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $this->form->addText('avg_hours_week');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method getSubject from undeclared class \Symfony\Component\Mime\Email (Did you mean class \Intern\Email\Email)
Open

        fprintf($fd, "Subject: %s\n", $message->getSubject());
Severity: Critical
Found in class/Email/Email.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('pay_rate', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

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

use \Intern\CountryFactory;

Call to method addSelect from undeclared class \PHPWS_Form
Open

            $this->form->addSelect('SUB_NAME', $host_id);
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

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

@throws type of getEmailDomain has undeclared type \Intern\InvalidArgumentException (Did you mean class \InvalidArgumentException)
Open

    public function getEmailDomain()
Severity: Minor
Found in class/InternSettings.php by phan
Severity
Category
Status
Source
Language