owncloud/core

View on GitHub
lib/public/Share/IShareProvider.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getSharesBy has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset);
Severity: Minor
Found in lib/public/Share/IShareProvider.php - About 45 mins to fix

    Method getSharedWith has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getSharedWith($userId, $shareType, $node, $limit, $offset);
    Severity: Minor
    Found in lib/public/Share/IShareProvider.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status