owncloud/core

View on GitHub
lib/private/Activity/Event.php

Summary

Maintainability
A
2 hrs
Test Coverage

Event has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class Event implements IEvent {
    /** @var array */
    protected $data = [
        'app' => null,
        'type' => null,
Severity: Minor
Found in lib/private/Activity/Event.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status