Code quality: fix implicit null deprecations #3
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().
|