File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ parameters:
66 - src
77 ignoreErrors:
88 -
9- message: "#^Strict comparison using \\!\\=\\= between null and null will always evaluate to false \\.$#"
9+ message: "#^Cannot call method createStream\\(\\) on Psr\\\\Http\\\\Message\\\\StreamFactoryInterface\\| null\\.$#"
1010 count: 1
1111 path: src/HttpMethodsClient.php
1212
1313 -
14- message: "#^Cannot call method createStream\\(\\ ) on Psr\\\\ Http\\\\Message\\\\StreamFactoryInterface\\|null \\.$#"
14+ message: "#^Cannot call method isDisabled( ) on Http\\Client\\Common\\HttpClientPool\\HttpClientPoolItem|false \\.$#"
1515 count: 1
16- path: src/HttpMethodsClient .php
16+ path: src/HttpClientPool/RoundRobinClientPool .php
1717
1818 -
1919 message: "#^Method Http\\\\Client\\\\Common\\\\Plugin\\\\Journal\\:\\:addSuccess\\(\\) has no return typehint specified\\.$#"
Original file line number Diff line number Diff line change 1616final class BatchResult
1717{
1818 /**
19- * @var \SplObjectStorage
19+ * @var \SplObjectStorage<RequestInterface, ResponseInterface>
2020 */
2121 private $ responses ;
2222
2323 /**
24- * @var \SplObjectStorage
24+ * @var \SplObjectStorage<RequestInterface, ClientExceptionInterface>
2525 */
2626 private $ exceptions ;
2727
You can’t perform that action at this time.
0 commit comments