New feed source: Eventdatabasen v2 #1247
pr.yaml
on: pull_request
markdownlint
23s
Changelog should be updated
4s
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.
|
PHP Coding Standards Fixer (PHP 8.3)
Process completed with exit code 8.
|
RiskyTruthyFalsyComparison:
src/Feed/EventDatabaseApiV2FeedType.php#L69
src/Feed/EventDatabaseApiV2FeedType.php:69: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#L70
src/Feed/EventDatabaseApiV2FeedType.php:70:99: MissingClosureParamType: Parameter $location has no provided type (see https://psalm.dev/153)
|
RiskyTruthyFalsyComparison:
src/Feed/EventDatabaseApiV2FeedType.php#L72
src/Feed/EventDatabaseApiV2FeedType.php:72: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#L73
src/Feed/EventDatabaseApiV2FeedType.php:73:100: MissingClosureParamType: Parameter $organizer has no provided type (see https://psalm.dev/153)
|
RiskyTruthyFalsyComparison:
src/Feed/EventDatabaseApiV2FeedType.php#L75
src/Feed/EventDatabaseApiV2FeedType.php:75: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#L76
src/Feed/EventDatabaseApiV2FeedType.php:76:75: MissingClosureReturnType: Closure does not have a return type, expecting mixed (see https://psalm.dev/068)
|
MissingClosureParamType:
src/Feed/EventDatabaseApiV2FeedType.php#L76
src/Feed/EventDatabaseApiV2FeedType.php:76:86: MissingClosureParamType: Parameter $tag has no provided type (see https://psalm.dev/153)
|
PossiblyNullReference:
src/Feed/EventDatabaseApiV2FeedType.php#L136
src/Feed/EventDatabaseApiV2FeedType.php:136:40: PossiblyNullReference: Cannot call method setPublishedTo on possibly null value (see https://psalm.dev/083)
|
PossiblyNullReference:
src/Feed/EventDatabaseApiV2FeedType.php#L141
src/Feed/EventDatabaseApiV2FeedType.php:141:57: PossiblyNullReference: Cannot call method getId on possibly null value (see https://psalm.dev/083)
|
PossiblyNullArgument:
src/Feed/EventDatabaseApiV2FeedType.php#L218
src/Feed/EventDatabaseApiV2FeedType.php:218:47: PossiblyNullArgument: Argument 1 of App\Feed\EventDatabaseApiV2FeedType::toEntityResult cannot be null, possibly null value provided (see https://psalm.dev/078)
|