studioespresso/craft-seo-fields

View on GitHub
ecs.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $ecsConfig has undeclared type \Symplify\EasyCodingStandard\Config\ECSConfig
Open

return static function(ECSConfig $ecsConfig): void {
Severity: Minor
Found in ecs.php by phan

Call to method paths from undeclared class \Symplify\EasyCodingStandard\Config\ECSConfig
Open

    $ecsConfig->paths([
Severity: Critical
Found in ecs.php by phan

Call to method parallel from undeclared class \Symplify\EasyCodingStandard\Config\ECSConfig
Open

    $ecsConfig->parallel();
Severity: Critical
Found in ecs.php by phan

Call to method sets from undeclared class \Symplify\EasyCodingStandard\Config\ECSConfig
Open

    $ecsConfig->sets([SetList::CRAFT_CMS_4]);
Severity: Critical
Found in ecs.php by phan

Reference to constant CRAFT_CMS_4 from undeclared class \craft\ecs\SetList
Open

    $ecsConfig->sets([SetList::CRAFT_CMS_4]);
Severity: Critical
Found in ecs.php by phan

Expected 1 space after FUNCTION keyword; 0 found
Open

return static function(ECSConfig $ecsConfig): void {
Severity: Minor
Found in ecs.php by phpcodesniffer

There are no issues that match your filters.

Category
Status