Issue #3212005: Add @throws docs to factory methods in \Drupal\update\ModuleVersion
2 open threads
Merge request reports
Activity
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. changed this line in version 2 of the diff
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. changed this line in version 3 of the diff
Please register or sign in to reply