Skip to content

Commit 61f4b93

Browse files
committed
update baselin
1 parent 3d1dc51 commit 61f4b93

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

phpstan-baseline.neon.dist

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: '#^Call to an undefined method FeedIo\\Feed\\ItemInterface\:\:setHostInContent\(\)\.$#'
4+
message: '#^Call to an undefined method FeedIo\\Feed\\ItemInterface\:\:setLinkForAnalysis\(\)\.$#'
55
identifier: method.notFound
66
count: 1
7-
path: src/FeedIo/Feed.php
7+
path: src/FeedIo/Parser/XmlParser.php
88

99
-
10-
message: '#^Offset float on list in isset\(\) does not exist\.$#'
11-
identifier: isset.offset
10+
message: '#^Deprecated in PHP 8\.0\: Required parameter \$url follows optional parameter \$modifiedSince\.$#'
11+
identifier: parameter.requiredAfterOptional
1212
count: 1
13-
path: src/FeedIo/Reader/Result/UpdateStats.php
13+
path: src/FeedIo/Reader/Result.php
1414

1515
-
16-
message: '#^Call to an undefined method FeedIo\\Feed\\NodeInterface\:\:getHostFromLink\(\)\.$#'
17-
identifier: method.notFound
16+
message: '#^Deprecated in PHP 8\.1\: Required parameter \$response follows optional parameter \$modifiedSince\.$#'
17+
identifier: parameter.requiredAfterOptional
1818
count: 1
19-
path: src/FeedIo/Rule/Link.php
19+
path: src/FeedIo/Reader/Result.php
2020

2121
-
22-
message: '#^PHPDoc tag @var with type FeedIo\\Reader\\FixerAbstract is not subtype of native type FeedIo\\Reader\\Fixer\\HttpLastModified\|FeedIo\\Reader\\Fixer\\PublicId\.$#'
23-
identifier: varTag.nativeType
22+
message: '#^Call to an undefined method FeedIo\\Feed\\NodeInterface\:\:getHostFromLink\(\)\.$#'
23+
identifier: method.notFound
2424
count: 1
25-
path: src/FeedIo/Specification.php
25+
path: src/FeedIo/Rule/Atom/Link.php

0 commit comments

Comments
 (0)