Skip to content
Snippets Groups Projects

Issue #3500327: Nullable types must be explicit

3 unresolved threads
Merged Pedro Cambra requested to merge issue/entity-3500327:3500327-nullable-types-must into 8.x-1.x
3 unresolved threads

Closes #3500327

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • 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 *
  • Klaus Purer added 1 commit

    added 1 commit

    Compare with previous version

  • Klaus Purer added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading