Skip to content

Code quality: fix implicit null deprecations #3

Code quality: fix implicit null deprecations

Code quality: fix implicit null deprecations #3

Triggered via pull request August 13, 2025 09:45
@GrotaxGrotax
synchronize #17
implicit-null
Status Failure
Total duration 16s
Artifacts

phpstan-baseline.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
phpstan
Process completed with exit code 1.
phpstan: src/FeedIo/Rule/Atom/Link.php#L33
Call to an undefined method FeedIo\Feed\NodeInterface::getHostFromLink().
phpstan: src/FeedIo/Reader/Result.php#L37
Deprecated in PHP 8.0: Required parameter $url follows optional parameter $modifiedSince.
phpstan: src/FeedIo/Reader/Result.php#L36
Deprecated in PHP 8.1: Required parameter $response follows optional parameter $modifiedSince.
phpstan: src/FeedIo/Parser/XmlParser.php#L80
Call to an undefined method FeedIo\Feed\ItemInterface::setLinkForAnalysis().