Feature/#687 data migration #390
pr.yaml
on: pull_request
Markdown Lint
9s
Changelog should be updated
3s
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: test-suite
Matrix: validate-doctrine-schema
Annotations
8 errors
PossiblyInvalidCast:
src/Factory/EventFactory.php#L45
src/Factory/EventFactory.php:45:44: PossiblyInvalidCast: App\Entity\User cannot be cast to string (see https://psalm.dev/190)
|
PossiblyInvalidCast:
src/Factory/EventFactory.php#L46
src/Factory/EventFactory.php:46:44: PossiblyInvalidCast: App\Entity\User cannot be cast to string (see https://psalm.dev/190)
|
PossiblyInvalidCast:
src/Factory/EventFactory.php#L56
src/Factory/EventFactory.php:56:48: PossiblyInvalidCast: App\Entity\User cannot be cast to string (see https://psalm.dev/190)
|
PossiblyNullArgument:
src/Factory/EventFactory.php#L142
src/Factory/EventFactory.php:142:22: PossiblyNullArgument: Argument 1 of App\Entity\Event::setUrl cannot be null, possibly null value provided (see https://psalm.dev/078)
|
PossiblyNullArgument:
src/MessageHandler/FeedNormalizationHandler.php#L42
src/MessageHandler/FeedNormalizationHandler.php:42:61: PossiblyNullArgument: Argument 1 of App\Service\ContentNormalizer::sanitize cannot be null, possibly null value provided (see https://psalm.dev/078)
|
ImplicitToStringCast:
src/Service/Feeds/Parser/JsonFeedParser.php#L67
src/Service/Feeds/Parser/JsonFeedParser.php:67:121: ImplicitToStringCast: The declared return type for App\Service\Feeds\Parser\JsonFeedParser::getNextPageUrl expects 'string', 'League\Uri\Contracts\UriInterface' provided with a __toString method (see https://psalm.dev/060)
|
UnusedBaselineEntry:
src/Service/Feeds/Mapper/Source/FeedItemSource.php#L1
src/Service/Feeds/Mapper/Source/FeedItemSource.php:0:0: UnusedBaselineEntry: Baseline for issue "PossiblyInvalidArgument" has 1 extra entry. (see https://psalm.dev/316)
|
Psalm static analysis (8.3)
Process completed with exit code 2.
|