From ae3e7b82309aa797383e10a2479d5b69e9f8fd98 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 1 Sep 2012 21:53:06 -0700 Subject: =?UTF-8?q?Issue=20#1754712=20by=20TravisCarden,=20Bu=C3=9Fmeyer,?= =?UTF-8?q?=20pingers:=20Fixed=20@return=20unknown=5Ftype()=20should=20be?= =?UTF-8?q?=20@return=20mixed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/simpletest/tests/ajax_forms_test.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/simpletest/tests') 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(); -- cgit v1.2.3