Skip to content
Snippets Groups Projects

Issue #3212005: Add @throws docs to factory methods in \Drupal\update\ModuleVersion

Open Issue #3212005: Add @throws docs to factory methods in \Drupal\update\ModuleVersion

Merge request reports

Members who can merge are allowed to add commits.
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
43 43 *
44 44 * @return \Drupal\update\ModuleVersion
45 45 * The module version instance.
46 *
47 * @throws \UnexpectedValueException
48 * Thrown when a legacy version string has a core prefix other than "8.x-"
49 * for example, version string such as "7.x-1.0" are not supported.
  • added 1 commit

    Compare with previous version

  • 43 43 *
    44 44 * @return \Drupal\update\ModuleVersion
    45 45 * The module version instance.
    46 *
    47 * @throws \UnexpectedValueException
    48 * Thrown when a legacy version string has a core prefix other than "8.x-"
    49 * for example, versions string such as "7.x-1.0" are not supported.
  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading