Problem/Motivation

BackupMigrate.php, line 34-39:

  /**
   * Stores the value.
   *
   * @var \Drupal\backup_migrate\Core\Service\ServiceManagerTheservicelocatorforthisobject The services
   */
  protected $services;

Steps to reproduce

Proposed resolution

  /**
   * Stores the value.
   *
   * @var \Drupal\backup_migrate\Core\Service\ServiceManager The services
   */
  protected $services;

or

  /**
   * Stores the value.
   */
  protected ServiceManager $services;

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

solideogloria created an issue. See original summary.

danrod’s picture

Assigned: Unassigned » danrod

danrod’s picture

Status: Active » Needs review

Thanks for this, I fixed the incorrect type hint in the MR, I'll leave it to "Needs Review" just in case anyone wants to review this, otherwise, I'll merge it to the 5.1.x branch since it's just a doc change.

danrod’s picture

Assigned: danrod » Unassigned
danrod’s picture

Issue tags: +Novice
danrod’s picture

Status: Needs review » Reviewed & tested by the community

  • danrod committed b1a0fe00 on 5.1.x
    Issue #3610636: Incorrect type hint
    
danrod’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.