Skip to content

Commit c5ba4b6

Browse files
committed
Updated phpstan baseline
1 parent a39d9e4 commit c5ba4b6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

phpstan-baseline.neon

+16-1
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,33 @@ parameters:
185185
count: 1
186186
path: src/bundle/Form/Type/UserType.php
187187

188+
-
189+
message: "#^Method Ibexa\\\\Contracts\\\\Search\\\\Mapper\\\\SearchHitToContentSuggestionMapperInterface\\:\\:map\\(\\) has parameter \\$searchHit with generic class Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Search\\\\SearchHit but does not specify its types\\: T$#"
190+
count: 1
191+
path: src/contracts/Mapper/SearchHitToContentSuggestionMapperInterface.php
192+
188193
-
189194
message: "#^Method Ibexa\\\\Search\\\\Mapper\\\\PagerSearchContentToDataMapper\\:\\:map\\(\\) has parameter \\$pager with generic class Pagerfanta\\\\Pagerfanta but does not specify its types\\: T$#"
190195
count: 1
191196
path: src/lib/Mapper/PagerSearchContentToDataMapper.php
192197

198+
-
199+
message: "#^PHPDoc tag @var for variable \\$searchHit contains generic class Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Search\\\\SearchHit but does not specify its types\\: T$#"
200+
count: 1
201+
path: src/lib/Mapper/PagerSearchContentToDataMapper.php
202+
193203
-
194204
message: "#^Parameter \\#1 \\$array of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
195205
count: 1
196206
path: src/lib/Mapper/PagerSearchContentToDataMapper.php
197207

198208
-
199-
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Search\\\\SearchHit\\:\\:\\$score \\(float\\) on left side of \\?\\? is not nullable\\.$#"
209+
message: "#^Method Ibexa\\\\Search\\\\Mapper\\\\SearchHitToContentSuggestionMapper\\:\\:map\\(\\) has parameter \\$searchHit with generic class Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Search\\\\SearchHit but does not specify its types\\: T$#"
210+
count: 1
211+
path: src/lib/Mapper/SearchHitToContentSuggestionMapper.php
212+
213+
-
214+
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Search\\\\SearchHit\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ValueObject\\>\\:\\:\\$score \\(float\\) on left side of \\?\\? is not nullable\\.$#"
200215
count: 1
201216
path: src/lib/Mapper/SearchHitToContentSuggestionMapper.php
202217

0 commit comments

Comments
 (0)