AppStateESS/homestead

View on GitHub
class/ActivityLogView.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method showFilters has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function showFilters($selection = NULL)
    {
        \PHPWS_Core::initCoreClass('Form.php');

        $submitCmd = CommandFactory::getCommand('ShowActivityLog');
Severity: Minor
Found in class/ActivityLogView.php - About 1 hr to fix

Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct($actee = NULL, $actor = NULL, $notes = NULL, $exact = false, $begin = NULL, $end = NULL, Array $activities = NULL, $static = false, $limit = 10)
Severity: Major
Found in class/ActivityLogView.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status