rene-s/Seafile-PHP-SDK

View on GitHub
src/Resource/ShareLinks.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method create has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function create(
        LibraryType           $library,
        string                $path,
        SharedLinkPermissions $permissions,
        int                   $expire = null,
Severity: Major
Found in src/Resource/ShareLinks.php - About 2 hrs to fix

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

            LibraryType           $library,
            string                $path,
            SharedLinkPermissions $permissions,
            int                   $expire = null,
            string                $password = null
    Severity: Minor
    Found in src/Resource/ShareLinks.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status