studioespresso/craft-seo-fields

View on GitHub
src/assetbundles/SeoFieldAsset.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to constant class from undeclared class \craft\web\assets\cp\CpAsset
Open

            CpAsset::class,
Severity: Critical
Found in src/assetbundles/SeoFieldAsset.php by phan

Reference to undeclared property \studioespresso\seofields\assetbundles\SeoFieldAsset->sourcePath
Open

        $this->sourcePath = "@studioespresso/seofields/assetbundles/dist";
Severity: Minor
Found in src/assetbundles/SeoFieldAsset.php by phan

Reference to undeclared class \craft\web\AssetBundle
Open

        parent::init();
Severity: Critical
Found in src/assetbundles/SeoFieldAsset.php by phan

Reference to undeclared property \studioespresso\seofields\assetbundles\SeoFieldAsset->depends
Open

        $this->depends = [
Severity: Minor
Found in src/assetbundles/SeoFieldAsset.php by phan

Reference to undeclared property \studioespresso\seofields\assetbundles\SeoFieldAsset->js
Open

        $this->js = [
Severity: Minor
Found in src/assetbundles/SeoFieldAsset.php by phan

Class extends undeclared class \craft\web\AssetBundle
Open

class SeoFieldAsset extends AssetBundle
Severity: Critical
Found in src/assetbundles/SeoFieldAsset.php by phan

Reference to undeclared property \studioespresso\seofields\assetbundles\SeoFieldAsset->css
Open

        $this->css = [
Severity: Minor
Found in src/assetbundles/SeoFieldAsset.php by phan

There are no issues that match your filters.

Category
Status