diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-09-01 21:53:06 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-09-01 22:09:43 -0700 |
commit | ae3e7b82309aa797383e10a2479d5b69e9f8fd98 (patch) | |
tree | 77dc4a17eab91d873346716abc00031aa991a2de | |
parent | 3782025a16d8c1f01a43b34a44b811e2aaf9b1a4 (diff) | |
download | brdo-ae3e7b82309aa797383e10a2479d5b69e9f8fd98.tar.gz brdo-ae3e7b82309aa797383e10a2479d5b69e9f8fd98.tar.bz2 |
Issue #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return unknown_type() should be @return mixed.
-rw-r--r-- | modules/simpletest/tests/ajax_forms_test.module | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/simpletest/tests/ajax_forms_test.module b/modules/simpletest/tests/ajax_forms_test.module index 6a95710a8..28404224e 100644 --- a/modules/simpletest/tests/ajax_forms_test.module +++ b/modules/simpletest/tests/ajax_forms_test.module @@ -7,7 +7,6 @@ /** * Implements hook_menu(). - * @return unknown_type */ function ajax_forms_test_menu() { $items = array(); @@ -94,9 +93,6 @@ function ajax_forms_test_simple_form_checkbox_callback($form, $form_state) { /** * Form to display the Ajax Commands. - * @param $form - * @param $form_state - * @return unknown_type */ function ajax_forms_test_ajax_commands_form($form, &$form_state) { $form = array(); |