Skip to content

Commit 5460a76

Browse files
committed
Change string type back to mixed from automatic psalm fix
1 parent 7d3b5e5 commit 5460a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ public function credential(Request $request): Response
839839
* @psalm-suppress UnusedVariable, MixedAssignment
840840
* @param array-key[] $path
841841
*/
842-
protected function setCredentialClaimValue(array &$claims, array $path, string $value): void
842+
protected function setCredentialClaimValue(array &$claims, array $path, mixed $value): void
843843
{
844844
$temp = &$claims;
845845

0 commit comments

Comments
 (0)