Add feed reader initial implementation #741
ci.yml
on: pull_request
jest
27s
Browser Acceptance
1m 49s
flutter-test
1m 57s
Coding Standard & Static Analysis
40s
Matrix: phpunit
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.
|