diff --git a/core/modules/system/tests/modules/menu_test/menu_test.module b/core/modules/system/tests/modules/menu_test/menu_test.module
index 1b0ada5..16e647f 100644
--- a/core/modules/system/tests/modules/menu_test/menu_test.module
+++ b/core/modules/system/tests/modules/menu_test/menu_test.module
@@ -558,9 +558,6 @@ function menu_test_theme_callback($argument) {
 
 /**
  * Implement hook_custom_theme().
- *
- * @return
- *   The name of the custom theme to use for the current page.
  */
 function menu_test_custom_theme() {
   // If an appropriate variable has been set in the database, request the theme
@@ -590,9 +587,6 @@ function menu_test_menu_name($new_name = '') {
 
 /**
  * Implements hook_menu_link_insert().
- *
- * @return
- *  A random string.
  */
 function menu_test_menu_link_insert($item) {
   menu_test_static_variable('insert');
@@ -600,9 +594,6 @@ function menu_test_menu_link_insert($item) {
 
 /**
  * Implements hook_menu_link_update().
- *
- * @return
- *  A random string.
  */
 function menu_test_menu_link_update($item) {
   menu_test_static_variable('update');
@@ -610,9 +601,6 @@ function menu_test_menu_link_update($item) {
 
 /**
  * Implements hook_menu_link_delete().
- *
- * @return
- *  A random string.
  */
 function menu_test_menu_link_delete($item) {
   menu_test_static_variable('delete');
