diff --git a/core/modules/path/path.module b/core/modules/path/path.module index 3c9f611..ae34b48 100644 --- a/core/modules/path/path.module +++ b/core/modules/path/path.module @@ -3,6 +3,7 @@ /** * @file * Enables users to rename URLs. + * Test line for a test commit. */ use Drupal\Core\Language\Language; @@ -11,7 +12,8 @@ use Drupal\Core\Field\FieldDefinition; /** - * Implements hook_help(). + * Implements hook_help(). this is a test + */ function path_help($path, $arg) { switch ($path) {