Skip to content

Remove lock file

Remove lock file #3

Triggered via push February 8, 2024 18:42
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
ci  /  ...  /  ECS
20s
ci / Code Quality / ECS / ECS
ci  /  ...  /  PHPStan
26s
ci / Code Quality / PHPStan / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

11 errors
ci / Code Quality / ECS / ECS
Process completed with exit code 1.
ci / Code Quality / PHPStan / PHPStan: src/SeoFields.php#L459
Class Solspace\Calendar\Elements\Event not found.
ci / Code Quality / PHPStan / PHPStan: src/SeoFields.php#L462
Class craft\commerce\elements\Product not found.
ci / Code Quality / PHPStan / PHPStan: src/SeoFields.php#L482
Class studioespresso\seofields\variables\SeoFieldsVariable not found.
ci / Code Quality / PHPStan / PHPStan: src/console/controllers/MigrateController.php#L27
Method studioespresso\seofields\console\controllers\MigrateController::options() should return array<string> but return statement is missing.
ci / Code Quality / PHPStan / PHPStan: src/jobs/MigrateFieldDataJob.php#L19
Return type mixed of method studioespresso\seofields\jobs\MigrateFieldDataJob::init() is not covariant with return type void of method craft\queue\BaseJob::init().
ci / Code Quality / PHPStan / PHPStan: src/jobs/MigrateFieldDataJob.php#L29
Return type mixed of method studioespresso\seofields\jobs\MigrateFieldDataJob::execute() is not covariant with return type void of method craft\queue\JobInterface::execute().
ci / Code Quality / PHPStan / PHPStan: src/models/SeoFieldModel.php#L92
Method studioespresso\seofields\models\SeoFieldModel::getMetaTitle() invoked with 2 parameters, 1 required.
ci / Code Quality / PHPStan / PHPStan: src/models/SeoFieldModel.php#L103
Method studioespresso\seofields\models\SeoFieldModel::getMetaTitle() invoked with 2 parameters, 1 required.
ci / Code Quality / PHPStan / PHPStan: src/services/NotFoundService.php#L36
Deprecated in PHP 8.0: Required parameter $handled follows optional parameter $siteHandle.