Skip to content

Commit

Permalink
fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Nov 13, 2024
1 parent 6470d56 commit 0b19004
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ parameters:
ignoreErrors:
-
identifier: missingType.iterableValue

-
message: '#^Method Liborm85\\LoggableHttpClient\\Body\\RequestBody\:\:getContent\(\) never returns null so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: src/Body/RequestBody.php

-
message: '#^Method Liborm85\\LoggableHttpClient\\Body\\RequestBody\:\:toStream\(\) never returns null so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: src/Body/RequestBody.php

0 comments on commit 0b19004

Please sign in to comment.