Skip to content

Commit 6959bf7

Browse files
authored
Merge pull request #210 from php-http/phpstan-fixed
phpstan fixed a wrong warning, no longer need to ignore it
2 parents 29e0c60 + e2796c4 commit 6959bf7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ parameters:
1010
count: 1
1111
path: src/HttpMethodsClient.php
1212

13-
-
14-
message: "#^Cannot call method isDisabled() on Http\\Client\\Common\\HttpClientPool\\HttpClientPoolItem|false\\.$#"
15-
count: 1
16-
path: src/HttpClientPool/RoundRobinClientPool.php
17-
1813
-
1914
message: "#^Method Http\\\\Client\\\\Common\\\\Plugin\\\\Journal\\:\\:addSuccess\\(\\) has no return typehint specified\\.$#"
2015
count: 1

0 commit comments

Comments
 (0)