AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

TODO found
Open

        // TODO Double check that this is reasonable
Severity: Minor
Found in class/Command/AddInternship.php by fixme

TODO found
Open

      //TODO Further code once the other sections of this project are further along
Severity: Minor
Found in class/AffiliationAgreement.php by fixme

TODO found
Open

    // TODO - Get rid of the magic values, use constants
Severity: Minor
Found in class/Internship.php by fixme

TODO found
Open

-- TODO: Drop intern_faculty_supervisor table (after converting data over to above table)
Severity: Minor
Found in boost/updates/update_00.01.05.sql by fixme

TODO found
Open

            //TODO redirect to the search interface
Severity: Minor
Found in class/Command/ShowInternship.php by fixme

TODO found
Open

    //TODO: Why is this recursive?
Severity: Minor
Found in class/SubselectPager.php by fixme

TODO found
Open

        // TODO: Don't just toggle this. Actually get it from the data passed in.
Severity: Minor
Found in class/Command/AffiliateRest.php by fixme

TODO found
Open

      //TODO Further code once the other sections of this project are further along
Severity: Minor
Found in class/AffiliationAgreement.php by fixme

TODO found
Open

    // TODO: import rules are temporarily disabled because they don't play well
Severity: Minor
Found in .eslintrc.js by fixme

TODO found
Open

        // TODO: make this a private member variable
Severity: Minor
Found in class/SubselectPager.php by fixme

TODO found
Open

        }//TODO what do we do if $column isn't a string?
Severity: Minor
Found in class/SubselectDatabase.php by fixme

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

$permissions['delete_dept']             = _('Add/Edit/Hide/Delete departments.');
Severity: Info
Found in boost/permission.php by phan

Call to method __construct from undeclared class \Intern\PHPWS_DB
Open

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

Call to method __construct from undeclared class \Intern\DatabaseException
Open

            throw new DatabaseException($result->toString());
Severity: Critical
Found in class/AffiliationAgreementFactory.php by phan

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

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

Call to method close from undeclared class \NQ
Open

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

Call to method registerPermissions from undeclared class \Users_Permission
Open

            Users_Permission::registerPermissions('intern', $content);
Severity: Critical
Found in boost/update.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

          $tpl['EXPIRES']  = \PHPWS_Text::moduleLink(date('m/d/Y', $this->getEndDate()), 'intern',
Severity: Critical
Found in class/AffiliationAgreement.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

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

Doc-block of $fromState in __construct is phpdoc param type \Intern\WorkflowState which is not a permitted replacement of the nullable param type ?\Intern\WorkflowState declared in the signature ('?T' should be documented as 'T|null' or '?T')
Open

     * @param WorkflowState $fromState
Severity: Minor
Found in class/ChangeHistory.php by phan
Severity
Category
Status
Source
Language