ampache/ampache

View on GitHub
.php-cs-fixer.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method setRules from undeclared class \PhpCsFixer\Config
Open

return (new PhpCsFixer\Config())
Severity: Critical
Found in .php-cs-fixer.php by phan

Call to method create from undeclared class \PhpCsFixer\Finder
Open

$finder = PhpCsFixer\Finder::create()
Severity: Critical
Found in .php-cs-fixer.php by phan

Call to method __construct from undeclared class \PhpCsFixer\Config
Open

return (new PhpCsFixer\Config())
Severity: Critical
Found in .php-cs-fixer.php by phan

Expected 1 blank line at end of file; 2 found
Open

;
Severity: Minor
Found in .php-cs-fixer.php by phpcodesniffer

There are no issues that match your filters.

Category
Status