owncloud/core

View on GitHub
apps/federatedfilesharing/lib/Ocm/NotificationManager.php

Summary

Maintainability
A
1 hr
Test Coverage

Method convertToOcmFileNotification has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function convertToOcmFileNotification($remoteId, $token, $action, $data = []) {
        $notification = new FileNotification();
        $map = [
            'accept' => FileNotification::NOTIFICATION_TYPE_SHARE_ACCEPTED,
            'decline' => FileNotification::NOTIFICATION_TYPE_SHARE_DECLINED,
Severity: Minor
Found in apps/federatedfilesharing/lib/Ocm/NotificationManager.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status