Skip to content

Code quality: fix implicit null deprecations #6

Code quality: fix implicit null deprecations

Code quality: fix implicit null deprecations #6

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

phpstan-baseline.yml

on: pull_request
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

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