We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ec827 commit b56ff95Copy full SHA for b56ff95
1 file changed
src/MatomoApiClient.php
@@ -47,7 +47,7 @@ class MatomoApiClient implements MatomoApiClientInterface, DefaultsAwareInterfac
47
* Initializes the client with the API endpoint, default parameters, and optional HTTP client.
48
*
49
* @param UriInterface $uri The Matomo API endpoint URL.
50
- * @param array<string,string> $defaults Default Matomo API request parameters.
+ * @param array<string,mixed> $defaults Default Matomo API request parameters.
51
* @param Log\LoggerInterface|null $logger Optional PSR-3 Logger (defaults to NullLogger).
52
* @param ClientInterface|null $httpClient Optional PSR-18 client (defaults to Guzzle).
53
* @param RequestFactoryInterface|null $requestFactory Optional PSR-17 Request factory (defaults to Guzzle).
0 commit comments