From b75c3af144e91e73fd97fa4d0b7c7eb093b43c99 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 30 Aug 2012 18:08:16 -0700 Subject: [PATCH] =?UTF-8?q?Issue=20#1754712=20by=20TravisCarden,=20Bu?= =?UTF-8?q?=C3=9Fmeyer,=20pingers:=20Fixed=20@return=20unknown=5Ftype()=20?= =?UTF-8?q?should=20be=20@return=20mixed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tests/modules/ajax_forms_test/ajax_forms_test.module | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module b/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module index d4074d1f821..260d9112ed0 100644 --- a/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module +++ b/core/modules/system/tests/modules/ajax_forms_test/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();