We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caea260 commit 894a126Copy full SHA for 894a126
1 file changed
src/Integration/RequestIntegration.php
@@ -79,10 +79,6 @@ final class RequestIntegration implements IntegrationInterface
79
*
80
* @param RequestFetcherInterface|null $requestFetcher PSR-7 request fetcher
81
* @param array<string, mixed> $options The options
82
- *
83
- * @psalm-param array{
84
- * pii_sanitize_headers?: string[]
85
- * } $options
86
*/
87
public function __construct(?RequestFetcherInterface $requestFetcher = null, array $options = [])
88
{
0 commit comments