diff --git a/modules/voipcall/voipscript.inc b/modules/voipcall/voipscript.inc
index 05c07e6..3457f0e 100644
--- a/modules/voipcall/voipscript.inc
+++ b/modules/voipcall/voipscript.inc
@@ -394,16 +394,16 @@ class VoipScript {
    *   - a VoipPrompt instance
    *   - an array of VoipPrompt instances to be processed
    *
-   * @param $timeout
-   *   Integer specifying the maximum number of seconds to wait in between
-   *   digits
+   * @param $num_digits
+   *   Integer with the number of digits that are expected.
    *
    * @param $end_key
    *   Key used to end the data input. The allowed values are the numbers 0-9,
    *   # , * and the empty string.
    *
-   * @param $num_digits
-   *   Integer with the number of digits that are expected.
+   * @param $timeout
+   *   Integer specifying the maximum number of seconds to wait in between
+   *   digits
    *
    * @return
    *   The 'get input' command sets the script variable input_digits to the
