budde377/Part

View on GitHub
lib/util/file/FileImpl.php

Summary

Maintainability
A
2 hrs
Test Coverage

FileImpl has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class FileImpl implements File
{
    use FilePathTrait;
    protected $filePath;
    protected $mode = File::FILE_MODE_RW_POINTER_AT_END;
Severity: Minor
Found in lib/util/file/FileImpl.php - About 2 hrs to fix

There are no issues that match your filters.

Category
Status