Skip to content

Add feed reader initial implementation #741

Add feed reader initial implementation

Add feed reader initial implementation #741

Triggered via pull request December 23, 2024 19:19
@markstorymarkstory
synchronize #56
feed-reader
Status Failure
Total duration 2m 18s
Artifacts

ci.yml

on: pull_request
jest
27s
jest
Browser Acceptance
1m 49s
Browser Acceptance
flutter-test
1m 57s
flutter-test
Coding Standard & Static Analysis
40s
Coding Standard & Static Analysis
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

6 errors
NoInterfaceProperties: src/Controller/FeedSubscriptionsController.php#L49
src/Controller/FeedSubscriptionsController.php:49:21: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
RiskyCast: src/Controller/FeedSubscriptionsController.php#L230
src/Controller/FeedSubscriptionsController.php:230:43: RiskyCast: Casting array<array-key, mixed> to int has possibly unintended value of 0/1 (see https://psalm.dev/313)
NonInvariantDocblockPropertyType: src/Service/FeedServiceProvider.php#L17
src/Service/FeedServiceProvider.php:17:21: NonInvariantDocblockPropertyType: Property App\Service\FeedServiceProvider::$provides has type array<array-key, mixed>, not invariant with Cake\Core\ServiceProvider::$provides of type list<string> (see https://psalm.dev/267)
UnusedBaselineEntry: src/Controller/Api/CalendarProvidersController.php#L1
src/Controller/Api/CalendarProvidersController.php:0:0: UnusedBaselineEntry: Baseline for issue "UndefinedInterfaceMethod" has 1 extra entry. (see https://psalm.dev/316)
UnusedBaselineEntry: src/Controller/CalendarProvidersController.php#L1
src/Controller/CalendarProvidersController.php:0:0: UnusedBaselineEntry: Baseline for issue "UndefinedInterfaceMethod" has 1 extra entry. (see https://psalm.dev/316)
Coding Standard & Static Analysis
Process completed with exit code 2.