Issue #3500327: Nullable types must be explicit
3 unresolved threads
Closes #3500327
Merge request reports
Activity
added 1 commit
added 1 commit
30 30 * @param string $operation 31 31 * The access operation. Usually one of "view", "update", "duplicate", 32 32 * or "delete". 33 33 * @param \Drupal\Core\Session\AccountInterface $account changed this line in version 6 of the diff
101 104 /** 102 105 * {@inheritdoc} 103 106 */ 104 public function buildForm(array $form, FormStateInterface $form_state, $_entity_revision = NULL, Request $request = NULL) { 107 public function buildForm(array $form, FormStateInterface $form_state, EntityInterface|RevisionableInterface|RevisionLogInterface|NULL $_entity_revision = NULL, ?Request $request = NULL) { 11 11 use Symfony\Component\DependencyInjection\ContainerInterface; 12 12 use Symfony\Component\HttpFoundation\Request; 13 13 14 /** 15 * changed this line in version 5 of the diff
Please register or sign in to reply