Issue #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return unknown_type() should be @return mixed.
parent
85a807de62
commit
b75c3af144
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements hook_menu().
|
* Implements hook_menu().
|
||||||
* @return unknown_type
|
|
||||||
*/
|
*/
|
||||||
function ajax_forms_test_menu() {
|
function ajax_forms_test_menu() {
|
||||||
$items = array();
|
$items = array();
|
||||||
|
@ -94,9 +93,6 @@ function ajax_forms_test_simple_form_checkbox_callback($form, $form_state) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form to display the Ajax Commands.
|
* Form to display the Ajax Commands.
|
||||||
* @param $form
|
|
||||||
* @param $form_state
|
|
||||||
* @return unknown_type
|
|
||||||
*/
|
*/
|
||||||
function ajax_forms_test_ajax_commands_form($form, &$form_state) {
|
function ajax_forms_test_ajax_commands_form($form, &$form_state) {
|
||||||
$form = array();
|
$form = array();
|
||||||
|
|
Loading…
Reference in New Issue