Skip to content

Commit

Permalink
* change type to mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondDantes committed Oct 28, 2024
1 parent 1be5a0a commit 94208b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ClientException extends BaseException implements ClientAvailableInterface
/**
* @param string $template
* @param array<string, scalar|scalar[]> $parameters
* @param array<string, scalar|mixed[]> $debugData
* @param array<string, scalar|mixed> $debugData
*/
public function __construct(string $template, array $parameters = [], array $debugData = [])
{
Expand Down

0 comments on commit 94208b6

Please sign in to comment.