Skip to content

Commit 0734753

Browse files
committed
Merge with master
2 parents b1a35d7 + f2038f8 commit 0734753

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Forms/ClientForm.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@ protected function validateByMatchingRegex(
310310

311311
public function getValues(string|object|bool|null $returnType = null, ?array $controls = null): array
312312
{
313-
/** @psalm-suppress RedundantCast */
314-
$values = (array)parent::getValues(self::TYPE_ARRAY);
313+
$values = parent::getValues(self::TYPE_ARRAY);
315314

316315
// Derive the client type (confidential/public) using the same precedence as DCR registration
317316
// (see ClientEntityFactory::determineIsConfidential() + the token_endpoint_auth_method lockstep):

0 commit comments

Comments
 (0)