rene-s/Seafile-PHP-SDK

View on GitHub
src/Resource/Library.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function create($name, $description = "new repo", $password = ''): bool
    {
        // only create a library which is not empty to prevent wrong implementation
        if (empty($name)) {
            return false;
Severity: Minor
Found in src/Resource/Library.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status