owncloud/core

View on GitHub
lib/private/Encryption/EncryptionWrapper.php

Summary

Maintainability
A
1 hr
Test Coverage

Method wrapStorage has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function wrapStorage($mountPoint, Storage $storage, IMountPoint $mount) {
        $parameters = [
            'storage' => $storage,
            'mountPoint' => $mountPoint,
            'mount' => $mount
Severity: Minor
Found in lib/private/Encryption/EncryptionWrapper.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status