New feed source: Eventdatabasen v2 #1252
pr.yaml
on: pull_request
markdownlint
20s
Changelog should be updated
7s
yamllint (API resources)
6s
Matrix: API Specification validation
Matrix: php-cs-fixer
Matrix: phpunit
Matrix: psalm
Matrix: rector
Matrix: test-composer-install
Matrix: validate-doctrine-shema
Annotations
12 errors
Changelog should be updated
Process completed with exit code 1.
|
RiskyTruthyFalsyComparison:
src/Feed/EventDatabaseApiV2FeedType.php#L59
src/Feed/EventDatabaseApiV2FeedType.php:59:30: RiskyTruthyFalsyComparison: Operand of type mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
MissingClosureParamType:
src/Feed/EventDatabaseApiV2FeedType.php#L60
src/Feed/EventDatabaseApiV2FeedType.php:60:98: MissingClosureParamType: Parameter $location has no provided type (see https://psalm.dev/153)
|
RiskyTruthyFalsyComparison:
src/Feed/EventDatabaseApiV2FeedType.php#L62
src/Feed/EventDatabaseApiV2FeedType.php:62:30: RiskyTruthyFalsyComparison: Operand of type mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
MissingClosureParamType:
src/Feed/EventDatabaseApiV2FeedType.php#L63
src/Feed/EventDatabaseApiV2FeedType.php:63:99: MissingClosureParamType: Parameter $organizer has no provided type (see https://psalm.dev/153)
|
RiskyTruthyFalsyComparison:
src/Feed/EventDatabaseApiV2FeedType.php#L65
src/Feed/EventDatabaseApiV2FeedType.php:65:30: RiskyTruthyFalsyComparison: Operand of type mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
MissingClosureReturnType:
src/Feed/EventDatabaseApiV2FeedType.php#L66
src/Feed/EventDatabaseApiV2FeedType.php:66:75: MissingClosureReturnType: Closure does not have a return type, expecting mixed (see https://psalm.dev/068)
|
MissingClosureParamType:
src/Feed/EventDatabaseApiV2FeedType.php#L66
src/Feed/EventDatabaseApiV2FeedType.php:66:85: MissingClosureParamType: Parameter $tag has no provided type (see https://psalm.dev/153)
|
PossiblyNullArgument:
src/Feed/EventDatabaseApiV2FeedType.php#L74
src/Feed/EventDatabaseApiV2FeedType.php:74:59: PossiblyNullArgument: Argument 1 of App\Feed\EventDatabaseApiV2Helper::request cannot be null, possibly null value provided (see https://psalm.dev/078)
|
InvalidArgument:
src/Feed/EventDatabaseApiV2FeedType.php#L82
src/Feed/EventDatabaseApiV2FeedType.php:82:50: InvalidArgument: Argument 1 of App\Feed\OutputModel\Poster\PosterOutput::__construct expects array<array-key, App\Feed\OutputModel\Poster\Occurrence>, but list<App\Feed\OutputModel\Poster\Occurrence|null> provided (see https://psalm.dev/004)
|
PossiblyNullArgument:
src/Feed/EventDatabaseApiV2FeedType.php#L87
src/Feed/EventDatabaseApiV2FeedType.php:87:63: PossiblyNullArgument: Argument 1 of App\Feed\EventDatabaseApiV2Helper::request cannot be null, possibly null value provided (see https://psalm.dev/078)
|
PHP Coding Standards Fixer (PHP 8.3)
Process completed with exit code 8.
|