Skip to content
Snippets Groups Projects

Issue #3452009 by John Franklin: Drupal 11 updates

2 open threads

Files

@@ -106,7 +106,7 @@ class OpenIDConnectAccountsForm extends FormBase {
/**
* {@inheritdoc}
*/
public function buildForm(array $form, FormStateInterface $form_state, AccountInterface $user = NULL): array {
public function buildForm(array $form, FormStateInterface $form_state, ?AccountInterface $user = NULL): array {
$form_state->set('account', $user);
/** @var \Drupal\openid_connect\OpenIDConnectClientEntityInterface[] $clients */
Loading