Skip to content

Merge tag '5.0.0-beta.4' into develop-v5 #45

Merge tag '5.0.0-beta.4' into develop-v5

Merge tag '5.0.0-beta.4' into develop-v5 #45

Triggered via push February 13, 2024 20:41
Status Failure
Total duration 3m 41s
Artifacts
Matrix: code_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Seomatic.php#L231
Static property nystudio107\seomatic\Seomatic::$settings (nystudio107\seomatic\models\Settings|null) does not accept craft\base\Model|null.
PHPStan: src/Seomatic.php#L239
Access to an undefined property craft\base\Model::$pluginName.
PHPStan: src/Seomatic.php#L318
Access to static property $plugin on an unknown class nystudio107\fastcgicachebust\FastcgiCacheBust.
PHPStan: src/Seomatic.php#L342
Variable $currentUser in PHPDoc tag @var does not match assigned variable $request.
PHPStan: src/Seomatic.php#L529
PHPDoc tag @var has invalid value ($element Element): Unexpected token "$element", expected type at offset 10
PHPStan: src/Seomatic.php#L549
PHPDoc tag @var has invalid value ($element Element): Unexpected token "$element", expected type at offset 10
PHPStan: src/Seomatic.php#L551
Parameter #1 $element of method nystudio107\seomatic\services\MetaBundles::invalidateMetaBundleByElement() expects craft\base\Element, craft\base\ElementInterface given.
PHPStan: src/Seomatic.php#L598
Class craft\feedme\services\Fields not found.
PHPStan: src/Seomatic.php#L599
Access to constant EVENT_REGISTER_FEED_ME_FIELDS on an unknown class craft\feedme\services\Fields.
PHPStan: src/Seomatic.php#L600
Parameter $e of anonymous function has invalid type craft\feedme\events\RegisterFeedMeFieldsEvent.