Laravelium/laravel-feed

View on GitHub
src/config/config.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared function \config()
Open

    'cache_key'            =>     'laravel-feed.' . config('app.url'),
Severity: Critical
Found in src/config/config.php by phan

Spaces must be used for alignment; tabs are not allowed
Open

    'use_cache'            =>     false,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'max_size'            =>     null,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'styles_location'    =>     null,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'cache_key'            =>     'laravel-feed.' . config('app.url'),
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'use_limit_size'    =>     false,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'use_styles'        =>     true,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'cache_duration'    =>     3600,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'styles_location'    =>     null,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'cache_key'            =>     'laravel-feed.' . config('app.url'),
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'use_styles'        =>     true,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'escaping'            =>     true,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'cache_duration'    =>     3600,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'escaping'            =>     true,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'max_size'            =>     null,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'use_cache'            =>     false,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    'use_limit_size'    =>     false,
Severity: Minor
Found in src/config/config.php by phpcodesniffer

There are no issues that match your filters.

Category
Status