diff core/modules/migrate_drupal/src/MigrationConfigurationTrait.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children c2387f117808
line wrap: on
line diff
--- a/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php	Mon Apr 23 09:33:26 2018 +0100
+++ b/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php	Mon Apr 23 09:46:53 2018 +0100
@@ -125,8 +125,8 @@
    * @param \Drupal\Core\Database\Connection $connection
    *   The database connection object.
    *
-   * @return int|false
-   *   An integer representing the major branch of Drupal core (e.g. '6' for
+   * @return string|false
+   *   A string representing the major branch of Drupal core (e.g. '6' for
    *   Drupal 6.x), or FALSE if no valid version is matched.
    */
   protected function getLegacyDrupalVersion(Connection $connection) {