X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FMigrationConfigurationTrait.php;h=b566c821677f4b76c60e9ea7630473180f208a0c;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=683823296a8f61733a7c2a681d88d105f4fbd218;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php b/web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php index 683823296..b566c8216 100644 --- a/web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php +++ b/web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php @@ -125,8 +125,8 @@ trait MigrationConfigurationTrait { * @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) {