owncloud/core

View on GitHub
apps/files_sharing/lib/ExpireSharesJob.php

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run($argument) {
        //Current time
        $today = new \DateTime("today");
        $today = $today->format('Y-m-d H:i:s');

Severity: Minor
Found in apps/files_sharing/lib/ExpireSharesJob.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status