laravel/framework

View on GitHub
src/Illuminate/Cache/FileStore.php

Summary

Maintainability
A
2 hrs
Test Coverage

FileStore has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class FileStore implements Store, LockProvider
{
    use InteractsWithTime, RetrievesMultipleKeys;

    /**
Severity: Minor
Found in src/Illuminate/Cache/FileStore.php - About 2 hrs to fix

    Avoid too many return statements within this method.
    Open

            return compact('data', 'time');
    Severity: Major
    Found in src/Illuminate/Cache/FileStore.php - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status