bwinkers/nugget

View on GitHub
src/Filesys.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method isDot on non-class type string
Open

        if (!$fileInfo->isDot() && !$fileInfo->isDir() && substr($name, 0, 1) != '.') {
Severity: Critical
Found in src/Filesys.php by phan

Call to method isDir on non-class type string
Open

        if (!$fileInfo->isDot() && !$fileInfo->isDir() && substr($name, 0, 1) != '.') {
Severity: Critical
Found in src/Filesys.php by phan

Call to method getFilename on non-class type string
Open

        $name = $fileInfo->getFilename();
Severity: Critical
Found in src/Filesys.php by phan

Possibly zero references to use statement for classlike/namespace NuggetException (\Activerules\Nugget\Exception\NuggetException)
Open

use Activerules\Nugget\Exception\NuggetException;
Severity: Minor
Found in src/Filesys.php by phan

There are no issues that match your filters.

Category
Status