Skip to content

Bugfix/1340 update feeds after entrification #452

Bugfix/1340 update feeds after entrification

Bugfix/1340 update feeds after entrification #452

Triggered via pull request July 17, 2023 09:13
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: pull_request
ci  /  ...  /  ECS
18s
ci / Code Quality / ECS / ECS
ci  /  ...  /  PHPStan
1m 7s
ci / Code Quality / PHPStan / PHPStan
ci  /  ...  /  check
40s
ci / Code Quality / Prettier / check
Matrix: ci / Tests / tests
Waiting for pending jobs
ci  /  ...  /  on cancelled
ci / Notify Slack / on cancelled
ci  /  ...  /  on failure
ci / Notify Slack / on failure
ci  /  ...  /  on success
ci / Notify Slack / on success
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
ci / Code Quality / ECS / ECS
Process completed with exit code 1.
ci / Code Quality / PHPStan / PHPStan: src/Plugin.php#L187
Access to undefined constant craft\console\controllers\EntrifyController::EVENT_ENTRIFY_CATEGORIES.
ci / Code Quality / PHPStan / PHPStan: src/Plugin.php#L188
Parameter $event of anonymous function has invalid type craft\events\EntrifyCategoriesEvent.
ci / Code Quality / PHPStan / PHPStan: src/Plugin.php#L195
Access to undefined constant craft\console\controllers\EntrifyController::EVENT_ENTRIFY_TAGS.
ci / Code Quality / PHPStan / PHPStan: src/Plugin.php#L196
Parameter $event of anonymous function has invalid type craft\events\EntrifyTagsEvent.
ci / Code Quality / PHPStan / PHPStan: src/Plugin.php#L203
Access to undefined constant craft\console\controllers\EntrifyController::EVENT_ENTRIFY_GLOBAL_SET.
ci / Code Quality / PHPStan / PHPStan: src/Plugin.php#L204
Parameter $event of anonymous function has invalid type craft\events\EntrifyGlobalSetEvent.
ci / Code Quality / PHPStan / PHPStan: src/services/Feeds.php#L255
Parameter $event of method craft\feedme\services\Feeds::entrifyCategoryFeeds() has invalid type craft\events\EntrifyCategoriesEvent.
ci / Code Quality / PHPStan / PHPStan: src/services/Feeds.php#L266
Parameter $event of method craft\feedme\services\Feeds::entrifyTagFeeds() has invalid type craft\events\EntrifyTagsEvent.
ci / Code Quality / PHPStan / PHPStan: src/services/Feeds.php#L277
Parameter $event of method craft\feedme\services\Feeds::entrifyGlobalSetFeeds() has invalid type craft\events\EntrifyGlobalSetEvent.
ci / Code Quality / PHPStan / PHPStan
Process completed with exit code 1.
ci / Code Quality / PHPStan / PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci / Code Quality / PHPStan / PHPStan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/