HuasoFoundries/jpgraph

View on GitHub
.php_cs.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one blank line after the last USE statement; 2 found;
Open

use Ergebnis\PhpCsFixer\Config;
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'final_internal_class' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'void_return' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'declare_strict_types' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'fully_qualified_strict_types' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'static_lambda' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'visibility_required' => [
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'final_class' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'final_public_method_for_abstract_class' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'final_static_access' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'escape_implicit_backslashes' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'global_namespace_import' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '.build',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        ],
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '.configs',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->name('*.php')
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ])
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '.github',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ],
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '__pycache__',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->ignoreVCS(true);
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            'property',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        __DIR__
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        'vendor',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->name('.php_cs.php')
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->exclude([
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        'node_modules',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->ignoreDotFiles(true)
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        'elements' => [
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '.git',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            'method',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->in([
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ])
Severity: Minor
Found in .php_cs.php by phpcodesniffer

There are no issues that match your filters.

Category
Status