2 parents b1a35d7 + f2038f8 commit 0734753Copy full SHA for 0734753
1 file changed
src/Forms/ClientForm.php
@@ -310,8 +310,7 @@ protected function validateByMatchingRegex(
310
311
public function getValues(string|object|bool|null $returnType = null, ?array $controls = null): array
312
{
313
- /** @psalm-suppress RedundantCast */
314
- $values = (array)parent::getValues(self::TYPE_ARRAY);
+ $values = parent::getValues(self::TYPE_ARRAY);
315
316
// Derive the client type (confidential/public) using the same precedence as DCR registration
317
// (see ClientEntityFactory::determineIsConfidential() + the token_endpoint_auth_method lockstep):
0 commit comments